mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:47:45 +00:00
AK: Run clang-format on everything.
This commit is contained in:
parent
7ad8790d80
commit
b34b084619
7 changed files with 21 additions and 11 deletions
|
@ -48,7 +48,8 @@ constexpr unsigned KB = 1024;
|
|||
constexpr unsigned MB = KB * KB;
|
||||
constexpr unsigned GB = KB * KB * KB;
|
||||
|
||||
enum class IterationDecision {
|
||||
enum class IterationDecision
|
||||
{
|
||||
Continue,
|
||||
Abort
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue