about summary refs log tree commit diff
path: root/ui-refs.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2013-03-03 23:21:33 -0500
committerJason A. Donenfeld <Jason@zx2c4.com>2013-03-04 09:12:54 -0500
commitbdae1d8a8d39206ac75ab86f8e9ef53b2f29432e (patch)
tree683306f79bd96a45566879acd21e5ff085120acd /ui-refs.c
parentFix several whitespace errors (diff)
downloadcgit-magenta-bdae1d8a8d39206ac75ab86f8e9ef53b2f29432e.tar.xz
White space around control verbs.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui-refs.c')
-rw-r--r--ui-refs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui-refs.c b/ui-refs.c

index 3827252..ce06b08 100644 --- a/ui-refs.c +++ b/ui-refs.c
@@ -200,7 +200,7 @@ void cgit_print_branches(int maxcount) qsort(list.refs, maxcount, sizeof(*list.refs), cmp_ref_name); } - for(i = 0; i < maxcount; i++) + for (i = 0; i < maxcount; i++) print_branch(list.refs[i]); if (maxcount < list.count) @@ -224,7 +224,7 @@ void cgit_print_tags(int maxcount) else if (maxcount > list.count) maxcount = list.count; print_tag_header(); - for(i = 0; i < maxcount; i++) + for (i = 0; i < maxcount; i++) print_tag(list.refs[i]); if (maxcount < list.count)