aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorVaxry <[email protected]>2023-12-06 23:42:13 +0000
committerVaxry <[email protected]>2023-12-06 23:42:13 +0000
commit566bd124d6bc9986bb40b3230501f1eb8447dd3f (patch)
tree2b649b7397ba037eac7c9c14af8509dcf9cc9f85
parentf927b4b538822c3fbccee7f3797f8e219e805b3d (diff)
downloadHyprland-566bd124d6bc9986bb40b3230501f1eb8447dd3f.tar.gz
Hyprland-566bd124d6bc9986bb40b3230501f1eb8447dd3f.zip
fix stylehyprpm
-rw-r--r--hyprpm/src/core/Manifest.hpp3
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
};