aboutsummaryrefslogtreecommitdiffstats
path: root/parse-options.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-01-14 15:29:32 -0800
committerJunio C Hamano <gitster@pobox.com>2019-01-14 15:29:32 -0800
commitf2b6aa98be15458e4741274441541ee071e36f63 (patch)
tree95038ab830afcb7afbc1573ef5b9f75a2e4db780 /parse-options.c
parent9a01f165d44a310f5f46019d822d95adf65f6277 (diff)
parentec36c42a6301eca8a1a038001435bc8a7940e886 (diff)
downloadgit-f2b6aa98be15458e4741274441541ee071e36f63.tar.gz
Merge branch 'nd/indentation-fix'
Code cleanup. * nd/indentation-fix: Indent code with TABs
Diffstat (limited to 'parse-options.c')
-rw-r--r--parse-options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse-options.c b/parse-options.c
index 01c2acbd27..9f84bacce6 100644
--- a/parse-options.c
+++ b/parse-options.c
@@ -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, '=');