/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Style: place opening brace of a function definition at column 1
[git/git.git]
/
help.c
diff --git
a/help.c
b/help.c
index
855aeef
..
8217d97
100644
(file)
--- a/
help.c
+++ b/
help.c
@@
-79,7
+79,8
@@
static void uniq(struct cmdnames *cmds)
cmds->cnt = j;
}
-static void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes) {
+static void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes)
+{
int ci, cj, ei;
int cmp;