mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-23 18:04:07 +00:00
more whitespace cleanup
This commit is contained in:
parent
6be85bbef5
commit
2cad5a6940
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user