summaryrefslogtreecommitdiffstats
path: root/parse-options.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-01-15 00:29:32 +0100
committerJunio C Hamano <gitster@pobox.com>2019-01-15 00:29:32 +0100
commitf2b6aa98be15458e4741274441541ee071e36f63 (patch)
tree95038ab830afcb7afbc1573ef5b9f75a2e4db780 /parse-options.c
parentMerge branch 'en/directory-renames-nothanks-doc-update' (diff)
parentIndent code with TABs (diff)
downloadgit-f2b6aa98be15458e4741274441541ee071e36f63.tar.xz
git-f2b6aa98be15458e4741274441541ee071e36f63.zip
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, '=');