strip white spaces only inside parens
This commit is contained in:
parent
e4091fd55c
commit
d0e43bed69
|
|
@ -507,7 +507,7 @@ gettoks(char *s)
|
|||
list = NULL;
|
||||
prevp = &list;
|
||||
|
||||
s = stripWhiteSpacesInsideParens(s);
|
||||
if (strstr( s, "(" )) s = stripWhiteSpacesInsideParens(s);
|
||||
while ((t = gettok(&s))) {
|
||||
if (*t == '(')
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Reference in New Issue