[MPlayer-cvslog] r25844 - trunk/command.c

ben subversion at mplayerhq.hu
Wed Jan 23 23:34:51 CET 2008


Author: ben
Date: Wed Jan 23 23:34:51 2008
New Revision: 25844

Log:
cosmetic: reindent code after r25843



Modified:
   trunk/command.c

Modified: trunk/command.c
==============================================================================
--- trunk/command.c	(original)
+++ trunk/command.c	Wed Jan 23 23:34:51 2008
@@ -1803,8 +1803,8 @@ static int mp_property_sub_scale(m_optio
             }
             else {
 #endif
-            text_font_scale_factor = *(float *) arg;
-            force_load_font = 1;
+                text_font_scale_factor = *(float *) arg;
+                force_load_font = 1;
 #ifdef USE_ASS
             }
 #endif
@@ -1820,10 +1820,10 @@ static int mp_property_sub_scale(m_optio
             }
             else {
 #endif
-            text_font_scale_factor += (arg ? *(float *) arg : 0.1)*
-                (action == M_PROPERTY_STEP_UP ? 1.0 : -1.0);
-            M_PROPERTY_CLAMP(prop, text_font_scale_factor);
-            force_load_font = 1;
+                text_font_scale_factor += (arg ? *(float *) arg : 0.1)*
+                  (action == M_PROPERTY_STEP_UP ? 1.0 : -1.0);
+                M_PROPERTY_CLAMP(prop, text_font_scale_factor);
+                force_load_font = 1;
 #ifdef USE_ASS
             }
 #endif
@@ -1834,7 +1834,7 @@ static int mp_property_sub_scale(m_optio
                 return m_property_float_ro(prop, action, arg, ass_font_scale);
             else
 #endif
-            return m_property_float_ro(prop, action, arg, text_font_scale_factor);
+                return m_property_float_ro(prop, action, arg, text_font_scale_factor);
     }
 }
 #endif



More information about the MPlayer-cvslog mailing list