Skip to content
Snippets Groups Projects
Commit 5acea87c authored by Johannes Schindelin's avatar Johannes Schindelin Committed by Junio C Hamano
Browse files

help.h: fix coding style


We want a space after the `while` keyword.

Signed-off-by: default avatarJohannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
parent 26c7d067
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -15,7 +15,7 @@ struct cmdnames {
 
static inline void mput_char(char c, unsigned int num)
{
while(num--)
while (num--)
putchar(c);
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment