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

@ -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,