Code

whitespace: have SP on both sides of an assignment "="
[git.git] / builtin / remote.c
index 9ff1cac69b9fd21c5f7dfc06b5859fedccc67644..1fb441c964ba4942876865c3d84d9b49d9e5d8f8 100644 (file)
@@ -1113,7 +1113,7 @@ static int show(int argc, const char **argv)
                        url = states.remote->url;
                        url_nr = states.remote->url_nr;
                }
-               for (i=0; i < url_nr; i++)
+               for (i = 0; i < url_nr; i++)
                        printf("  Push  URL: %s\n", url[i]);
                if (!i)
                        printf("  Push  URL: %s\n", "(no URL)");