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.
indent(1): don't add unneeded space to function pointer declarations Tags None Referenced Files None Subscribers None
Description
Details
|