mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
Everywhere: Run clang-format
This commit is contained in:
committed by
Linus Groh
parent
0376c127f6
commit
086969277e
@@ -27,7 +27,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
||||
TRY(Core::System::unveil(nullptr, nullptr));
|
||||
TRY(Core::System::pledge("stdio rpath"));
|
||||
|
||||
const char* device = nullptr;
|
||||
char const* device = nullptr;
|
||||
|
||||
bool flag_get_disk_size = false;
|
||||
bool flag_get_block_size = false;
|
||||
|
||||
Reference in New Issue
Block a user