From 6b25335a2bd05af4e898673a9df8f30724c987f6 Mon Sep 17 00:00:00 2001 From: Bhushan Shah Date: Tue, 11 May 2021 16:44:01 +0530 Subject: [PATCH] inputmethod: fix coding style GIT_SILENT --- src/inputmethod.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inputmethod.cpp b/src/inputmethod.cpp index ed76eb6483..a18b875cf3 100644 --- a/src/inputmethod.cpp +++ b/src/inputmethod.cpp @@ -318,7 +318,7 @@ void InputMethod::textInputInterfaceV3EnabledChanged() void InputMethod::stateCommitted(uint32_t serial) { if (!isEnabled()) { - return; + return; } TextInputV3Interface *textInputV3 = waylandServer()->seat()->textInputV3(); if (!textInputV3) {