]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
more whitespace cleanup
authorAron Podrigal <aronp@guaranteedplus.com>
Mon, 29 Dec 2014 18:24:21 +0000 (13:24 -0500)
committerAron Podrigal <aronp@guaranteedplus.com>
Mon, 29 Dec 2014 18:24:21 +0000 (13:24 -0500)
src/mod/applications/mod_commands/mod_commands.c

index bc761a391155fe771ab7d8887b01541c6b02f960..f904a085c418a06baba45b626624c5601b6e1d21 100644 (file)
@@ -1939,7 +1939,7 @@ SWITCH_STANDARD_API(cond_function)
 
        while (switch_isspace(*expr)) expr++;
 
-       switch (*expr) {
+       switch(*expr) {
        case '!':
        case '<':
        case '>':
@@ -1949,7 +1949,7 @@ SWITCH_STANDARD_API(cond_function)
                goto error;
        }
 
-operator:
+  operator:
 
        switch (*expr) {
        case '!':
@@ -2087,9 +2087,9 @@ operator:
                goto end;
        }
 
-error:
+  error:
        stream->write_function(stream, "-ERR");
-end:
+  end:
 
        switch_safe_free(mydata);
        return SWITCH_STATUS_SUCCESS;