Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a8c8ab1c authored by Jean Chalard's avatar Jean Chalard
Browse files

Remove an excessive parens

Change-Id: If8aa4253ab0f664e628ed7f4d7a3adc02a898cc7
parent 9de5cfc6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1203,7 +1203,7 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
        // To swap it, we fool handleSeparator to think the previous space state was a
        // magic space.
        if (Keyboard.CODE_SPACE == toLeft && mSpaceState == SPACE_STATE_WEAK
                && mSettingsValues.isMagicSpaceSwapper(code))) {
                && mSettingsValues.isMagicSpaceSwapper(code)) {
            mSpaceState = SPACE_STATE_MAGIC;
            shouldRegisterSwapPunctuation = true;
        } else {