From: Jean-Philippe Orsini Date: Thu, 12 Jul 2012 07:46:27 +0000 (+0000) Subject: fixed style X-Git-Url: http://git.wpitchoune.net/gitweb/?a=commitdiff_plain;h=62237e87be5f67ec8e963dd951dec461bb89d4f3;hp=48b7d7d9105f8c676c48b43dd1597847c40311b3;p=psensor.git fixed style --- diff --git a/src/main.c b/src/main.c index 5f0feee..07e910b 100644 --- a/src/main.c +++ b/src/main.c @@ -522,7 +522,7 @@ int main(int argc, char **argv) * drawn before determining whether the main window must be * show. */ - g_timeout_add(2000,(GSourceFunc)initial_window_show, &ui); + g_timeout_add(2000, (GSourceFunc)initial_window_show, &ui); /* main loop */ gtk_main();