Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Style nit - don't put space after function names
[gitweb.git]
/
diff.c
diff --git
a/diff.c
b/diff.c
index af282ddd8818aacdc516ff6f9dff4d84097cbab0..508bc51ed59998be463fd429ee074654baaad76a 100644
(file)
--- a/
diff.c
+++ b/
diff.c
@@
-1465,7
+1465,7
@@
int diff_populate_filespec(struct diff_filespec *s, int size_only)
if (size_only && 0 < s->size)
return 0;
- if (S_IS
DIRL
NK(s->mode))
+ if (S_IS
GITLI
NK(s->mode))
return diff_populate_gitlink(s, size_only);
if (!s->sha1_valid ||