Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jc/mailinfo-scissors'
[gitweb.git]
/
diff.c
diff --git
a/diff.c
b/diff.c
index cd35e0c2d7e29012e24cc8f5f49d9d351420b56e..e1be189742f3239de028393ceabf7c6539bb0440 100644
(file)
--- 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;