aboutsummaryrefslogtreecommitdiffstats
path: root/help.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-11-08 15:35:32 -0800
committerJunio C Hamano <gitster@pobox.com>2007-11-08 15:35:32 -0800
commitf3fa1838024dc0f3741d2f9654af92f6a1bb34bd (patch)
tree0a8ba5a56fe117125b506ea9529186aeb1c97ff4 /help.c
parent5c355059c379a55366bed573d4e65dba4b5a0565 (diff)
downloadgit-f3fa1838024dc0f3741d2f9654af92f6a1bb34bd.tar.gz
Style: place opening brace of a function definition at column 1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'help.c')
-rw-r--r--help.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/help.c b/help.c
index 855aeef92f..8217d97787 100644
--- 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;