Skip to content

Commit d23dcf7

Browse files
committed
fixup! survey: calculate stats on refs and print results
Just some whitespace fix. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent ecc070f commit d23dcf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/survey.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ static int maybe_count_ref(struct ref_array_item *p)
10551055

10561056
return 1;
10571057
}
1058-
return 0;
1058+
return 0;
10591059

10601060
case FILTER_REFS_BRANCHES:
10611061
if (rw->want_all_refs || rw->want_branches) {

0 commit comments

Comments
 (0)