changeset 32973:9346b986c721

Cosmetic: Adjust indent.
author ib
date Tue, 08 Mar 2011 20:59:39 +0000
parents fbaae7fe1a13
children 5509eb454848
files gui/mplayer/gui_common.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gui/mplayer/gui_common.c	Tue Mar 08 20:56:51 2011 +0000
+++ b/gui/mplayer/gui_common.c	Tue Mar 08 20:59:39 2011 +0000
@@ -120,8 +120,8 @@
     for (c = 0, i = 0; i < strlen(str); i++) {
         if (str[i] != '$') {
             if (c + 1 < sizeof(trbuf)) {
-            trbuf[c++] = str[i];
-            trbuf[c]   = 0;
+                trbuf[c++] = str[i];
+                trbuf[c]   = 0;
             }
         } else {
             switch (str[++i]) {