aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/managers/input/TextInput.cpp
diff options
context:
space:
mode:
authorVaxry <[email protected]>2024-03-28 02:28:16 +0000
committerVaxry <[email protected]>2024-03-28 02:28:22 +0000
commit25718754534d0ccd87b198b63459497e63887f35 (patch)
tree6db228d023bc8448b81ab19a47a6821b6242da57 /src/managers/input/TextInput.cpp
parentc24034eb9d33f104f9e1f9016d93a2600dba2a92 (diff)
downloadHyprland-25718754534d0ccd87b198b63459497e63887f35.tar.gz
Hyprland-25718754534d0ccd87b198b63459497e63887f35.zip
format: fix format
Diffstat (limited to 'src/managers/input/TextInput.cpp')
-rw-r--r--src/managers/input/TextInput.cpp4
1 files 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();