]> git.llucax.com Git - software/ev.d.git/blobdiff - test.d
Style: remove unwanted space.
[software/ev.d.git] / 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)
 {
 
 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();
        {
                io.writefln("stdin ready");
                char[] ln = io.readln();