From f6273b3342e5d36f95ebbc0f7c498b9e9cdcd11b Mon Sep 17 00:00:00 2001 From: Chris Hixon Date: Mon, 2 Jun 2025 12:37:55 -0600 Subject: [PATCH] Add newline at end of file: src/core/Hypridle.cpp --- src/core/Hypridle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Hypridle.cpp b/src/core/Hypridle.cpp index d57a5eb..13537c7 100644 --- a/src/core/Hypridle.cpp +++ b/src/core/Hypridle.cpp @@ -643,4 +643,4 @@ void CHypridle::uninhibitSleep() { Debug::log(LOG, "Releasing the sleep inhibitor!"); m_sDBUSState.sleepInhibitFd.reset(); -} \ No newline at end of file +}