changeset 25816:7ccdc98df1a0

cosmetic: reindent code after r25843
author ben
date Wed, 23 Jan 2008 22:34:51 +0000
parents 8920f8a26c05
children 883c6c3ae041
files command.c
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/command.c	Wed Jan 23 22:33:46 2008 +0000
+++ b/command.c	Wed Jan 23 22:34:51 2008 +0000
@@ -1803,8 +1803,8 @@
             }
             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 @@
             }
             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 @@
                 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