X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=write-tree.c;h=2b2c6b77afd53870423d4bad9191ed669bc55660;hb=a52e4ef877f693a69710145f56d867365a755f91;hp=561a101fa97c4fbf044093bdfe2cae56b94ce8bf;hpb=07ee0d77c66d6f356cd3f82435e67510779aa53c;p=git.git diff --git a/write-tree.c b/write-tree.c index 561a101f..2b2c6b77 100644 --- a/write-tree.c +++ b/write-tree.c @@ -89,14 +89,14 @@ int main(int argc, char **argv) int entries = read_cache(); unsigned char sha1[20]; - if (argc==2) { + if (argc == 2) { if (!strcmp(argv[1], "--missing-ok")) missing_ok = 1; else die("unknown option %s", argv[1]); } - if (argc>2) + if (argc > 2) die("too many options"); if (entries < 0)