projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
1c1822a
)
style(9) - Properly indent function prototype arguments with 4 spaces.
author
Joe Talbott <josepht@dragonflybsd.org>
Thu, 27 Jan 2011 19:01:33 +0000 (14:01 -0500)
committer
Joe Talbott <josepht@dragonflybsd.org>
Thu, 27 Jan 2011 19:01:33 +0000 (14:01 -0500)
Discussed-With: swildner, Studbolt, sjg
share/man/man9/style.9
patch
|
blob
|
blame
|
history
diff --git
a/share/man/man9/style.9
b/share/man/man9/style.9
index
aa28138
..
6958573
100644
(file)
--- a/
share/man/man9/style.9
+++ b/
share/man/man9/style.9
@@
-306,7
+306,7
@@
Prototypes may have an extra space after a tab to enable function names
to line up:
.Bd -literal
static char *function(int, const char *, struct foo *, struct bar *,
- struct baz **);
+ struct baz **);
static void usage(void);
/*