diff options
| author | Jeff Olson <olson.jeffery@gmail.com> | 2012-04-16 13:06:41 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-04-20 15:23:22 -0700 |
| commit | 12f2f4c15c467991d5675bbc4be7f7c2012ee5d3 (patch) | |
| tree | 88be019e644de6130e38bd3f6c506a014d9726c2 /src/libstd/uv.rs | |
| parent | e604c15df18f5d8129b129eb46bb5e0a6f13c27b (diff) | |
| download | rust-12f2f4c15c467991d5675bbc4be7f7c2012ee5d3.tar.gz rust-12f2f4c15c467991d5675bbc4be7f7c2012ee5d3.zip | |
rt: whitespace cleanup for existing libuv integration
Diffstat (limited to 'src/libstd/uv.rs')
| -rw-r--r-- | src/libstd/uv.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/uv.rs b/src/libstd/uv.rs index 6d548dcdc20..941b34c52a3 100644 --- a/src/libstd/uv.rs +++ b/src/libstd/uv.rs @@ -1252,7 +1252,7 @@ mod test { log(debug, output); assert native_handle_size as uint == rust_handle_size; } - + #[test] #[ignore(cfg(target_os = "freebsd"))] fn test_uv_struct_size_uv_timer_t() { |
