X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=diff.c;h=e1be189742f3239de028393ceabf7c6539bb0440;hb=264b774ba6b27cc07ef4c33d52e491d9abf029bb;hp=cd35e0c2d7e29012e24cc8f5f49d9d351420b56e;hpb=73ccb916e4e733745e1361739b07f1ef3e97ae6b;p=git.git diff --git a/diff.c b/diff.c index cd35e0c2d..e1be18974 100644 --- a/diff.c +++ b/diff.c @@ -2691,7 +2691,7 @@ static int parse_num(const char **cp_p) num = 0; scale = 1; dot = 0; - for(;;) { + for (;;) { ch = *cp; if ( !dot && ch == '.' ) { scale = 1;