From 29d89f45c9c1b9e8f84524baedb97a143021d03c Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Sun, 27 Jan 2008 01:37:10 -0200 Subject: [PATCH] Style: remove unwanted space. --- test.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.43.0