diff options
author | François Conzelmann <[email protected]> | 2023-12-06 23:54:56 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-12-06 22:54:56 +0000 |
commit | 4a42344e9748d2b44c55798ddc3fa41448533c4e (patch) | |
tree | f8a06c575a650be05d629555f4e127115dffe470 /src/render/Texture.hpp | |
parent | 5489f9f07a73c6b5b97702731a5092463a01fb5b (diff) | |
download | Hyprland-4a42344e9748d2b44c55798ddc3fa41448533c4e.tar.gz Hyprland-4a42344e9748d2b44c55798ddc3fa41448533c4e.zip |
style/ci: apply clang-format and verify it in ci (#4039)
* style: apply clang-format
* ci: add new clang-format job to CI
Diffstat (limited to 'src/render/Texture.hpp')
-rw-r--r-- | src/render/Texture.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/render/Texture.hpp b/src/render/Texture.hpp index f287089b..93a6aa5f 100644 --- a/src/render/Texture.hpp +++ b/src/render/Texture.hpp @@ -2,8 +2,7 @@ #include "../defines.hpp" -enum TEXTURETYPE -{ +enum TEXTURETYPE { TEXTURE_INVALID, // Invalid TEXTURE_RGBA, // 4 channels TEXTURE_RGBX, // discard A |