From 3e930a568a76a810dde6bcabcf737a81850e7153 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sat, 9 Mar 2024 03:09:25 +0000 Subject: [PATCH] format: fix format --- src/debug/HyprCtl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug/HyprCtl.hpp b/src/debug/HyprCtl.hpp index d668fffc..cad57447 100644 --- a/src/debug/HyprCtl.hpp +++ b/src/debug/HyprCtl.hpp @@ -17,7 +17,7 @@ class CHyprCtl { int m_iSocketFD = -1; struct { - bool all = false; + bool all = false; } m_sCurrentRequestParams; private: