diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-01-15 00:29:32 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-01-15 00:29:32 +0100 |
commit | f2b6aa98be15458e4741274441541ee071e36f63 (patch) | |
tree | 95038ab830afcb7afbc1573ef5b9f75a2e4db780 /parse-options.c | |
parent | Merge branch 'en/directory-renames-nothanks-doc-update' (diff) | |
parent | Indent code with TABs (diff) | |
download | git-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.c | 2 |
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, '='); |