]> git.ipfire.org Git - thirdparty/git.git/blobdiff - help.h
t5323: test cases for git-pack-redundant
[thirdparty/git.git] / help.h
diff --git a/help.h b/help.h
index 9eab6a3f898f22630e628b0aed209fc79a273434..a141e209aea22b19f12c5e27435c5ed773488177 100644 (file)
--- a/help.h
+++ b/help.h
@@ -15,7 +15,7 @@ struct cmdnames {
 
 static inline void mput_char(char c, unsigned int num)
 {
-       while(num--)
+       while (num--)
                putchar(c);
 }