Replace tabs with spaces
This commit is contained in:
6
3rdparty/getopt/getopt.cpp
vendored
6
3rdparty/getopt/getopt.cpp
vendored
@@ -62,7 +62,7 @@ enum ENUM_ORDERING {
|
||||
|
||||
//
|
||||
//
|
||||
// Ansi structures and functions follow
|
||||
// Ansi structures and functions follow
|
||||
//
|
||||
//
|
||||
|
||||
@@ -409,7 +409,7 @@ int _getopt_long_only_r_a(int argc, char *const *argv, const char *options, cons
|
||||
|
||||
//
|
||||
//
|
||||
// Unicode Structures and Functions
|
||||
// Unicode Structures and Functions
|
||||
//
|
||||
//
|
||||
|
||||
@@ -750,4 +750,4 @@ int _getopt_long_r_w(int argc, wchar_t *const *argv, const wchar_t *options, con
|
||||
int _getopt_long_only_r_w(int argc, wchar_t *const *argv, const wchar_t *options, const struct option_w *long_options, int *opt_index, struct _getopt_data_w *d);
|
||||
int _getopt_long_only_r_w(int argc, wchar_t *const *argv, const wchar_t *options, const struct option_w *long_options, int *opt_index, struct _getopt_data_w *d) {
|
||||
return _getopt_internal_r_w(argc, argv, options, long_options, opt_index, 1, d, 0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user