inputmethod: fix coding style

GIT_SILENT
This commit is contained in:
Bhushan Shah 2021-05-11 16:44:01 +05:30
parent 92e0357fef
commit 6b25335a2b

View file

@ -318,7 +318,7 @@ void InputMethod::textInputInterfaceV3EnabledChanged()
void InputMethod::stateCommitted(uint32_t serial)
{
if (!isEnabled()) {
return;
return;
}
TextInputV3Interface *textInputV3 = waylandServer()->seat()->textInputV3();
if (!textInputV3) {