From: Jeff King Date: Mon, 16 Dec 2013 20:02:21 +0000 (-0500) Subject: diff.c: fix some recent whitespace style violations X-Git-Tag: v1.9-rc0~50^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/0ea7d5b6f8e258fdec067edf1b136ed87c5670e5?ds=inline;hp=--cc diff.c: fix some recent whitespace style violations These were introduced by ee7fb0b. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- 0ea7d5b6f8e258fdec067edf1b136ed87c5670e5 diff --git a/diff.c b/diff.c index a7d5a47edf..d69cc1b19c 100644 --- a/diff.c +++ b/diff.c @@ -2936,7 +2936,7 @@ static void run_external_diff(const char *pgm, env[0] = env_counter; snprintf(env_counter, sizeof(env_counter), "GIT_DIFF_PATH_COUNTER=%d", - ++o->diff_path_counter); + ++o->diff_path_counter); env[1] = env_total; snprintf(env_total, sizeof(env_total), "GIT_DIFF_PATH_TOTAL=%d", q->nr); @@ -3330,7 +3330,7 @@ void diff_setup_done(struct diff_options *options) DIFF_OPT_SET(options, EXIT_WITH_STATUS); } - options->diff_path_counter = 0; + options->diff_path_counter = 0; } static int opt_arg(const char *arg, int arg_short, const char *arg_long, int *val)