Skip to content

Commit 5acea87

Browse files
dschogitster
authored andcommitted
help.h: fix coding style
We want a space after the `while` keyword. Signed-off-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 26c7d06 commit 5acea87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

help.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ struct cmdnames {
1515

1616
static inline void mput_char(char c, unsigned int num)
1717
{
18-
while(num--)
18+
while (num--)
1919
putchar(c);
2020
}
2121

0 commit comments

Comments
 (0)