mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:17:35 +00:00
Everywhere: Run clang-format
This commit is contained in:
parent
0376c127f6
commit
086969277e
1665 changed files with 8479 additions and 8479 deletions
|
@ -22,10 +22,10 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
{
|
||||
NumberStyle number_style = NumberNonEmptyLines;
|
||||
int increment = 1;
|
||||
const char* separator = " ";
|
||||
char const* separator = " ";
|
||||
int start_number = 1;
|
||||
int number_width = 6;
|
||||
Vector<const char*> files;
|
||||
Vector<char const*> files;
|
||||
|
||||
Core::ArgsParser args_parser;
|
||||
|
||||
|
@ -35,7 +35,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
"body-numbering",
|
||||
'b',
|
||||
"style",
|
||||
[&number_style](const char* s) {
|
||||
[&number_style](char const* s) {
|
||||
if (!strcmp(s, "t"))
|
||||
number_style = NumberNonEmptyLines;
|
||||
else if (!strcmp(s, "a"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue