From: Leandro Lucarella Date: Sun, 27 Jan 2008 03:37:10 +0000 (-0200) Subject: Style: remove unwanted space. X-Git-Tag: 0.1~9 X-Git-Url: https://git.llucax.com/software/ev.d.git/commitdiff_plain/29d89f45c9c1b9e8f84524baedb97a143021d03c Style: remove unwanted space. --- diff --git a/test.d b/test.d index 56cf1b0..98ea1ec 100644 --- 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();