[MPlayer-cvslog] r34671 - trunk/gui/cfg.c

ib subversion at mplayerhq.hu
Thu Feb 9 15:37:38 CET 2012


Author: ib
Date: Thu Feb  9 15:37:38 2012
New Revision: 34671

Log:
Cosmetic: Adjust indent.

Modified:
   trunk/gui/cfg.c

Modified: trunk/gui/cfg.c
==============================================================================
--- trunk/gui/cfg.c	Thu Feb  9 15:37:06 2012	(r34670)
+++ trunk/gui/cfg.c	Thu Feb  9 15:37:38 2012	(r34671)
@@ -276,7 +276,7 @@ void cfg_read(void)
         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 @@ void cfg_read(void)
         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);


More information about the MPlayer-cvslog mailing list