K 10 svn:author V 5 pstef K 8 svn:date V 27 2018-06-01T09:58:44.876807Z K 7 svn:log V 244 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. END