diff options
| author | Jeff Olson <olson.jeffery@gmail.com> | 2012-04-27 22:19:20 -0700 |
|---|---|---|
| committer | Jeff Olson <olson.jeffery@gmail.com> | 2012-04-27 22:19:30 -0700 |
| commit | caab57586a6e5e9201c265c47c9dcf886499cb45 (patch) | |
| tree | b5f2f401644602a1606130455e3cddb51750e29d /src/rt/rust_uv.cpp | |
| parent | 92e88e4e2ce79868daee1ac3f77a6aaa193b5896 (diff) | |
| download | rust-caab57586a6e5e9201c265c47c9dcf886499cb45.tar.gz rust-caab57586a6e5e9201c265c47c9dcf886499cb45.zip | |
rt/std: whitespace cleanup + work on hl/global_loop docs
Diffstat (limited to 'src/rt/rust_uv.cpp')
| -rw-r--r-- | src/rt/rust_uv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_uv.cpp b/src/rt/rust_uv.cpp index 12e7c174b45..f3806aac6eb 100644 --- a/src/rt/rust_uv.cpp +++ b/src/rt/rust_uv.cpp @@ -113,7 +113,7 @@ rust_uv_loop_delete(uv_loop_t* loop) { extern "C" int rust_uv_loop_refcount(uv_loop_t* loop) { - return uv_loop_refcount(loop); + return uv_loop_refcount(loop); } extern "C" void |
