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.h | |
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.h')
-rw-r--r-- | parse-options.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/parse-options.h b/parse-options.h index 81380c22b6..14fe32428e 100644 --- a/parse-options.h +++ b/parse-options.h @@ -175,11 +175,11 @@ struct option { * Returns the number of arguments left in argv[]. */ extern int parse_options(int argc, const char **argv, const char *prefix, - const struct option *options, - const char * const usagestr[], int flags); + const struct option *options, + const char * const usagestr[], int flags); extern NORETURN void usage_with_options(const char * const *usagestr, - const struct option *options); + const struct option *options); extern NORETURN void usage_msg_opt(const char *msg, const char * const *usagestr, |