diff options
author | Vaxry <[email protected]> | 2023-12-06 23:42:13 +0000 |
---|---|---|
committer | Vaxry <[email protected]> | 2023-12-06 23:42:13 +0000 |
commit | 566bd124d6bc9986bb40b3230501f1eb8447dd3f (patch) | |
tree | 2b649b7397ba037eac7c9c14af8509dcf9cc9f85 | |
parent | f927b4b538822c3fbccee7f3797f8e219e805b3d (diff) | |
download | Hyprland-566bd124d6bc9986bb40b3230501f1eb8447dd3f.tar.gz Hyprland-566bd124d6bc9986bb40b3230501f1eb8447dd3f.zip |
fix stylehyprpm
-rw-r--r-- | hyprpm/src/core/Manifest.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hyprpm/src/core/Manifest.hpp b/hyprpm/src/core/Manifest.hpp index 6411451e..63e1791f 100644 --- a/hyprpm/src/core/Manifest.hpp +++ b/hyprpm/src/core/Manifest.hpp @@ -3,8 +3,7 @@ #include <string> #include <vector> -enum eManifestType -{ +enum eManifestType { MANIFEST_HYPRLOAD, MANIFEST_HYPRPM }; |