diff gui/util/list.c @ 34623:f8b848c178e5

Cosmetic: Adjust indent.
author ib
date Mon, 13 Feb 2012 12:19:13 +0000
parents e96ee4cac59f
children 3482045da618
line wrap: on
line diff
--- a/gui/util/list.c	Mon Feb 13 12:18:03 2012 +0000
+++ b/gui/util/list.c	Mon Feb 13 12:19:13 2012 +0000
@@ -210,11 +210,11 @@
         free(*list);
     }
 
-    *list      = malloc(2 * sizeof(char *));
+    *list = malloc(2 * sizeof(char *));
 
     if (*list) {
-    (*list)[0] = gstrdup(entry);
-    (*list)[1] = NULL;
+        (*list)[0] = gstrdup(entry);
+        (*list)[1] = NULL;
     }
 }