whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -2037,7 +2037,7 @@ static const char *next_brace_sub(const char *cp)
|
||||
break;
|
||||
cp++;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
/*{*/ if ((*cp == '}' && depth-- == 0) || (*cp == ',' && depth == 0))
|
||||
break;
|
||||
if (*cp++ == '{') /*}*/
|
||||
|
Reference in New Issue
Block a user