X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=diff.c;h=b39c1b6f7fcca2dd7aec4249eb09fa285dbbb205;hb=7da4e2280ccaf5ecb357f7cb2b81d62f78f00f9e;hp=cd35e0c2d7e29012e24cc8f5f49d9d351420b56e;hpb=1d7d6ad539fabd49421d8ef7b27c0f287430bc7d;p=git.git diff --git a/diff.c b/diff.c index cd35e0c2d..b39c1b6f7 100644 --- a/diff.c +++ b/diff.c @@ -999,7 +999,7 @@ static void show_stats(struct diffstat_t *data, struct diff_options *options) total_files, adds, dels); } -static void show_shortstats(struct diffstat_t* data, struct diff_options *options) +static void show_shortstats(struct diffstat_t *data, struct diff_options *options) { int i, adds = 0, dels = 0, total_files = data->nr; @@ -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;