From 0728cf9637920116e623d95081ed147d1993e623 Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 27 Jan 2008 15:32:09 +0000 Subject: reindent after r25881 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25882 b3059339-0415-0410-9bf9-f77b7e298cf2 --- command.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'command.c') diff --git a/command.c b/command.c index 9110119965..d6082a5ad3 100644 --- a/command.c +++ b/command.c @@ -1802,8 +1802,8 @@ static int mp_property_sub_scale(m_option_t * prop, int action, void *arg, ass_force_reload = 1; } #endif - text_font_scale_factor = *(float *) arg; - force_load_font = 1; + text_font_scale_factor = *(float *) arg; + force_load_font = 1; return M_PROPERTY_OK; case M_PROPERTY_STEP_UP: case M_PROPERTY_STEP_DOWN: @@ -1815,10 +1815,10 @@ static int mp_property_sub_scale(m_option_t * prop, int action, void *arg, ass_force_reload = 1; } #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; return M_PROPERTY_OK; default: #ifdef USE_ASS -- cgit v1.2.3