Skip to content

Commit 0ea7d5b

Browse files
peffgitster
authored andcommitted
diff.c: fix some recent whitespace style violations
These were introduced by ee7fb0b. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent ee7fb0b commit 0ea7d5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

diff.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2936,7 +2936,7 @@ static void run_external_diff(const char *pgm,
29362936

29372937
env[0] = env_counter;
29382938
snprintf(env_counter, sizeof(env_counter), "GIT_DIFF_PATH_COUNTER=%d",
2939-
++o->diff_path_counter);
2939+
++o->diff_path_counter);
29402940
env[1] = env_total;
29412941
snprintf(env_total, sizeof(env_total), "GIT_DIFF_PATH_TOTAL=%d", q->nr);
29422942

@@ -3330,7 +3330,7 @@ void diff_setup_done(struct diff_options *options)
33303330
DIFF_OPT_SET(options, EXIT_WITH_STATUS);
33313331
}
33323332

3333-
options->diff_path_counter = 0;
3333+
options->diff_path_counter = 0;
33343334
}
33353335

33363336
static int opt_arg(const char *arg, int arg_short, const char *arg_long, int *val)

0 commit comments

Comments
 (0)