]> Pileus Git - ~andy/git/blobdiff - upload-pack.c
status: make "how to stage" messages optional
[~andy/git] / upload-pack.c
index 4d8be834ff45ba869bb84f0fa8a424a3c469a200..dacbc7614b1dc4735ca73ed067aec31463f147d0 100644 (file)
@@ -427,7 +427,7 @@ static int get_common_commits(void)
 
        save_commit_buffer = 0;
 
-       for(;;) {
+       for (;;) {
                int len = packet_read_line(0, line, sizeof(line));
                reset_timeout();