From 25718754534d0ccd87b198b63459497e63887f35 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Thu, 28 Mar 2024 02:28:16 +0000 Subject: [PATCH] format: fix format --- src/managers/input/TextInput.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/managers/input/TextInput.cpp b/src/managers/input/TextInput.cpp index 7bb6c81a..39a03c91 100644 --- a/src/managers/input/TextInput.cpp +++ b/src/managers/input/TextInput.cpp @@ -88,10 +88,10 @@ void CTextInput::onDisabled() { } if (!focusedSurface()) - return; + return; if (!isV3()) - leave(); + leave(); hyprListener_surfaceDestroyed.removeCallback(); hyprListener_surfaceUnmapped.removeCallback();