bug-indent
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-indent] Space/no space after function name


From: Petri Gynther
Subject: [Bug-indent] Space/no space after function name
Date: Thu, 14 Nov 2002 18:26:36 -0800

Suggestion:

Can you provide 'space-after-function-name' control for each of these cases separately:

- function declarations/prototypes
 i.e. int foo (int a, int b);
             ^
- function definitions
 i.e. int foo (int a, int b) { ... func body ... }
             ^
- function calls
 i.e. foo (2, 3);
         ^

_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail





reply via email to

[Prev in Thread] Current Thread [Next in Thread]