changeset 34583:8e4cafa03bd4

Cosmetic: Adjust indent.
author ib
date Thu, 09 Feb 2012 14:37:38 +0000
parents d0617776d506
children 500ea19f03eb
files gui/cfg.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gui/cfg.c	Thu Feb 09 14:37:06 2012 +0000
+++ b/gui/cfg.c	Thu Feb 09 14:37:38 2012 +0000
@@ -276,7 +276,7 @@
         while (fgetstr(line, sizeof(line), file)) {
             plItem *item;
 
-            item       = calloc(1, sizeof(plItem));
+            item = calloc(1, sizeof(plItem));
 
             if (!item) {
                 gmp_msg(MSGT_GPLAYER, MSGL_FATAL, MSGTR_MemAllocFailed);
@@ -303,7 +303,7 @@
         while (fgetstr(line, sizeof(line), file)) {
             urlItem *item;
 
-            item      = calloc(1, sizeof(urlItem));
+            item = calloc(1, sizeof(urlItem));
 
             if (!item) {
                 gmp_msg(MSGT_GPLAYER, MSGL_FATAL, MSGTR_MemAllocFailed);