mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:38:10 +00:00
Everywhere: Run clang-format
This commit is contained in:
parent
0376c127f6
commit
086969277e
1665 changed files with 8479 additions and 8479 deletions
|
@ -18,7 +18,7 @@ TEST_CASE(test_nonexistent_pledge)
|
|||
|
||||
TEST_CASE(test_pledge_argument_validation)
|
||||
{
|
||||
const auto long_argument = String::repeated('a', 2048);
|
||||
auto const long_argument = String::repeated('a', 2048);
|
||||
|
||||
auto res = pledge(long_argument.characters(), "stdio");
|
||||
EXPECT_EQ(res, -1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue