Browse Source

format-patch: fix indentation

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Denton Liu 5 years ago committed by Junio C Hamano
parent
commit
a749d01e1d
  1. 2
      builtin/log.c

2
builtin/log.c

@ -1350,7 +1350,7 @@ static int header_callback(const struct option *opt, const char *arg, int unset) @@ -1350,7 +1350,7 @@ static int header_callback(const struct option *opt, const char *arg, int unset)
string_list_clear(&extra_to, 0);
string_list_clear(&extra_cc, 0);
} else {
add_header(arg);
add_header(arg);
}
return 0;
}

Loading…
Cancel
Save