diff options
author | Linus Groh <mail@linusgroh.de> | 2022-09-11 23:24:33 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-09-11 23:24:33 +0100 |
commit | 81f1183e28c7dab8998c162be9ff65b8199f05d8 (patch) | |
tree | 88b665c08833b3f67e06c6a64b746500b066ad01 /Userland/Demos | |
parent | 9dfe50170ea3d90bb00639a856a484373a324ce3 (diff) | |
download | serenity-81f1183e28c7dab8998c162be9ff65b8199f05d8.zip |
Tubes: Run clang-format
Diffstat (limited to 'Userland/Demos')
-rw-r--r-- | Userland/Demos/Tubes/Tubes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Demos/Tubes/Tubes.h b/Userland/Demos/Tubes/Tubes.h index f51682c1e0..a64e84b608 100644 --- a/Userland/Demos/Tubes/Tubes.h +++ b/Userland/Demos/Tubes/Tubes.h @@ -8,8 +8,8 @@ #include <AK/FixedArray.h> #include <AK/Vector.h> -#include <LibGUI/Widget.h> #include <LibGL/GLContext.h> +#include <LibGUI/Widget.h> #include <LibGfx/Vector3.h> enum class Direction : u8 { |