[PATCH] Trivial tidyups
Simple whitespace-related tidyups ensuring style consistency. This is carried over from my old git-pb branch. Signed-off-by: Petr Baudis <pasky@ucw.cz> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:

committed by
Junio C Hamano

parent
e35f982415
commit
0b124bb4bf
@ -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)
|
||||
|
Reference in New Issue
Block a user