HomeFreeBSD

indent(1): don't add unneeded space to function pointer declarations

Description

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.

Details

Provenance
pstefAuthored on
Parents
rS334479: call AcpiLeaveSleepStatePrep after re-enabling interrupts
Branches
Unknown
Tags
Unknown