diff options
Diffstat (limited to 'ui-refs.c')
| -rw-r--r-- | ui-refs.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -200,7 +200,7 @@ void cgit_print_branches(int maxcount) | |||
| 200 | qsort(list.refs, maxcount, sizeof(*list.refs), cmp_ref_name); | 200 | qsort(list.refs, maxcount, sizeof(*list.refs), cmp_ref_name); |
| 201 | } | 201 | } |
| 202 | 202 | ||
| 203 | for(i=0; i<maxcount; i++) | 203 | for(i = 0; i < maxcount; i++) |
| 204 | print_branch(list.refs[i]); | 204 | print_branch(list.refs[i]); |
| 205 | 205 | ||
| 206 | if (maxcount < list.count) | 206 | if (maxcount < list.count) |
| @@ -224,7 +224,7 @@ void cgit_print_tags(int maxcount) | |||
| 224 | else if (maxcount > list.count) | 224 | else if (maxcount > list.count) |
| 225 | maxcount = list.count; | 225 | maxcount = list.count; |
| 226 | print_tag_header(); | 226 | print_tag_header(); |
| 227 | for(i=0; i<maxcount; i++) | 227 | for(i = 0; i < maxcount; i++) |
| 228 | print_tag(list.refs[i]); | 228 | print_tag(list.refs[i]); |
| 229 | 229 | ||
| 230 | if (maxcount < list.count) | 230 | if (maxcount < list.count) |
