fixed style
authorJean-Philippe Orsini <jeanfi@gmail.com>
Thu, 12 Jul 2012 07:46:27 +0000 (07:46 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Thu, 12 Jul 2012 07:46:27 +0000 (07:46 +0000)
src/main.c

index 5f0feee..07e910b 100644 (file)
@@ -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();