mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-24 18:41:57 +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++;
|
while (switch_isspace(*expr)) expr++;
|
||||||
|
|
||||||
switch (*expr) {
|
switch(*expr) {
|
||||||
case '!':
|
case '!':
|
||||||
case '<':
|
case '<':
|
||||||
case '>':
|
case '>':
|
||||||
@ -1949,7 +1949,7 @@ SWITCH_STANDARD_API(cond_function)
|
|||||||
goto error;
|
goto error;
|
||||||
}
|
}
|
||||||
|
|
||||||
operator:
|
operator:
|
||||||
|
|
||||||
switch (*expr) {
|
switch (*expr) {
|
||||||
case '!':
|
case '!':
|
||||||
@ -2087,9 +2087,9 @@ operator:
|
|||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
error:
|
error:
|
||||||
stream->write_function(stream, "-ERR");
|
stream->write_function(stream, "-ERR");
|
||||||
end:
|
end:
|
||||||
|
|
||||||
switch_safe_free(mydata);
|
switch_safe_free(mydata);
|
||||||
return SWITCH_STATUS_SUCCESS;
|
return SWITCH_STATUS_SUCCESS;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user