| b06c2eb7 | 01-Jun-2018 |
Piotr Pawel Stefaniak <[email protected]> |
indent(1): don't add unneeded space to function pointer declarations
If the current token is an opening parenthesis, it's either a function call (or sizeof or offsetof) or a declaration. The former
indent(1): don't add unneeded space to function pointer declarations
If the current token is an opening parenthesis, it's either a function call (or sizeof or offsetof) or a declaration. The former doesn't need a space before the parenthesis.
show more ...
|