X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=write-tree.c;fp=write-tree.c;h=2b2c6b77afd53870423d4bad9191ed669bc55660;hb=0b124bb4bf8eafae8a4eae9c1fc44bf63da2e62e;hp=561a101fa97c4fbf044093bdfe2cae56b94ce8bf;hpb=e35f9824159bba94eecdf22d198799701ed60940;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)