mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
FS-9924: Removed extra space in source files
This commit is contained in:
@@ -700,7 +700,7 @@ static int vxprintf(void (*func) (void *, const char *, int), /* Consumer of tex
|
||||
bufpt = buf;
|
||||
}
|
||||
j = 0;
|
||||
if (needQuote)
|
||||
if (needQuote)
|
||||
bufpt[j++] = '\'';
|
||||
for (i = 0; (ch = escarg[i]) != 0; i++) {
|
||||
bufpt[j++] = (char) ch;
|
||||
|
Reference in New Issue
Block a user