From: Aron Podrigal Date: Sun, 28 Dec 2014 04:44:03 +0000 (-0500) Subject: fixed indentation X-Git-Tag: v1.6.2~358^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6be85bbef53d2a1789744ecc73feae161a1d1f85;p=thirdparty%2Ffreeswitch.git fixed indentation --- diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c index 88800ab5e4..bc761a3911 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -1922,9 +1922,9 @@ SWITCH_STANDARD_API(cond_function) } } if (!*expr) { - goto error; - } - *expr++ = '\0'; + goto error; + } + *expr++ = '\0'; if (!switch_isspace(*expr)) { goto error; @@ -1934,20 +1934,20 @@ SWITCH_STANDARD_API(cond_function) *expr++ = '\0'; } else { goto error; - } + } } while (switch_isspace(*expr)) expr++; - switch (*expr) { - case '!': - case '<': - case '>': - case '=': - goto operator; - default: - goto error; - } + switch (*expr) { + case '!': + case '<': + case '>': + case '=': + goto operator; + default: + goto error; + } operator: