strip white spaces only inside parens

This commit is contained in:
dwarning 2007-12-27 16:59:22 +00:00
parent e4091fd55c
commit d0e43bed69
1 changed files with 1 additions and 1 deletions

View File

@ -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;