diff src/xs_about.c @ 909:84394ee26545

Cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 10 Nov 2012 12:29:16 +0200
parents f1b33b5e153d
children 9bd29db2d1bf
line wrap: on
line diff
--- a/src/xs_about.c	Sat Nov 10 11:58:59 2012 +0200
+++ b/src/xs_about.c	Sat Nov 10 12:29:16 2012 +0200
@@ -71,7 +71,8 @@
     gchar tmpStr[64];
 
     /* Check if there already is an open about window */
-    if (xs_aboutwin != NULL) {
+    if (xs_aboutwin != NULL)
+    {
         XS_WINDOW_PRESENT(xs_aboutwin);
         return;
     }