]> git.llucax.com Git - software/ev.d.git/commitdiff
Style: remove unwanted space.
authorLeandro Lucarella <llucax@gmail.com>
Sun, 27 Jan 2008 03:37:10 +0000 (01:37 -0200)
committerLeandro Lucarella <llucax@gmail.com>
Sun, 27 Jan 2008 03:37:10 +0000 (01:37 -0200)
test.d

diff --git a/test.d b/test.d
index 56cf1b053f3d8a05c60901d64709ea2ce49fa37f..98ea1ecdd7c76889580e10d0c94798125db2eb50 100644 (file)
--- a/test.d
+++ b/test.d
@@ -14,7 +14,7 @@ import ev;
 
 extern (C)
 {
-       static void stdin_cb (ev_loop_t* loop, ev_io *w, int revents)
+       static void stdin_cb(ev_loop_t* loop, ev_io *w, int revents)
        {
                io.writefln("stdin ready");
                char[] ln = io.readln();