Merge branch 'nd/indentation-fix'

Code cleanup.

* nd/indentation-fix:
  Indent code with TABs
This commit is contained in:
Junio C Hamano
2019-01-14 15:29:32 -08:00
13 changed files with 73 additions and 73 deletions

View File

@ -236,7 +236,7 @@ static int parse_short_opt(struct parse_opt_ctx_t *p, const struct option *optio
}
static int parse_long_opt(struct parse_opt_ctx_t *p, const char *arg,
const struct option *options)
const struct option *options)
{
const struct option *all_opts = options;
const char *arg_end = strchrnul(arg, '=');