mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:57:46 +00:00
Everywhere: Run clang-format
This commit is contained in:
parent
0376c127f6
commit
086969277e
1665 changed files with 8479 additions and 8479 deletions
|
@ -15,7 +15,7 @@ __BEGIN_DECLS
|
|||
#define optional_argument 2
|
||||
|
||||
struct option {
|
||||
const char* name;
|
||||
char const* name;
|
||||
int has_arg;
|
||||
int* flag;
|
||||
int val;
|
||||
|
@ -26,6 +26,6 @@ extern int optopt;
|
|||
extern int optind;
|
||||
extern int optreset;
|
||||
extern char* optarg;
|
||||
int getopt_long(int argc, char* const* argv, const char* short_options, const struct option* long_options, int* out_long_option_index);
|
||||
int getopt_long(int argc, char* const* argv, char const* short_options, const struct option* long_options, int* out_long_option_index);
|
||||
|
||||
__END_DECLS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue