about summary refs log tree commit diff
path: root/src/rt/rust_uv.cpp
diff options
context:
space:
mode:
authorJeff Olson <olson.jeffery@gmail.com>2013-08-22 16:33:59 -0700
committerJeff Olson <olson.jeffery@gmail.com>2013-08-22 16:33:59 -0700
commit744c46225e09bad815b7807ca660cbdbcf187443 (patch)
treeee6eb45730a1d72ff3916dee104d3336e6a359e6 /src/rt/rust_uv.cpp
parent8d997fba1a035b20d208c588cb267385dea74f6c (diff)
downloadrust-744c46225e09bad815b7807ca660cbdbcf187443.tar.gz
rust-744c46225e09bad815b7807ca660cbdbcf187443.zip
make check appeasement
Diffstat (limited to 'src/rt/rust_uv.cpp')
-rw-r--r--src/rt/rust_uv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_uv.cpp b/src/rt/rust_uv.cpp
index f90931dbea9..8ef4572f810 100644
--- a/src/rt/rust_uv.cpp
+++ b/src/rt/rust_uv.cpp
@@ -27,7 +27,7 @@ rust_uv_loop_new() {
 // XXX libuv doesn't always ignore SIGPIPE even though we don't need it.
 #ifndef __WIN32__
     signal(SIGPIPE, SIG_IGN);
-#endif 
+#endif
     return (void*)uv_loop_new();
 }