mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 22:38:13 +00:00
Userland: Run clang-format on everything.
This commit is contained in:
parent
f7ede145b4
commit
b07bbf383d
48 changed files with 271 additions and 268 deletions
|
@ -10,7 +10,13 @@ static void print_usage_and_exit()
|
|||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
enum Mode { SegmentationViolation, DivisionByZero, IllegalInstruction, Abort };
|
||||
enum Mode
|
||||
{
|
||||
SegmentationViolation,
|
||||
DivisionByZero,
|
||||
IllegalInstruction,
|
||||
Abort
|
||||
};
|
||||
Mode mode = SegmentationViolation;
|
||||
|
||||
if (argc != 2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue