summaryrefslogtreecommitdiff
path: root/src/node_io_watcher.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_io_watcher.cc')
-rw-r--r--src/node_io_watcher.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_io_watcher.cc b/src/node_io_watcher.cc
index 9b5c3b3ff6..3d519d12fa 100644
--- a/src/node_io_watcher.cc
+++ b/src/node_io_watcher.cc
@@ -61,7 +61,7 @@ void IOWatcher::Callback(EV_P_ ev_io *w, int revents) {
}
-//
+//
// var io = new process.IOWatcher();
// process.callback = function (readable, writable) { ... };
// io.set(fd, true, false);