inputmethod: fix coding style
GIT_SILENT
This commit is contained in:
parent
92e0357fef
commit
6b25335a2b
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ void InputMethod::textInputInterfaceV3EnabledChanged()
|
|||
void InputMethod::stateCommitted(uint32_t serial)
|
||||
{
|
||||
if (!isEnabled()) {
|
||||
return;
|
||||
return;
|
||||
}
|
||||
TextInputV3Interface *textInputV3 = waylandServer()->seat()->textInputV3();
|
||||
if (!textInputV3) {
|
||||
|
|
Loading…
Reference in a new issue