Fix indent.

This is a follow up for the previous commit to fix indent.

BUG: 12964092
Change-Id: I0530b1c0dae26ac736ddcc6d426ec6ce57bce4d1
diff --git a/java/src/com/android/inputmethod/keyboard/EmojiPalettesView.java b/java/src/com/android/inputmethod/keyboard/EmojiPalettesView.java
index b44741c..50e8163 100644
--- a/java/src/com/android/inputmethod/keyboard/EmojiPalettesView.java
+++ b/java/src/com/android/inputmethod/keyboard/EmojiPalettesView.java
@@ -723,7 +723,7 @@
             // Make sure the delayed key-down event (highlight effect and haptic feedback) will be
             // canceled.
             final EmojiPageKeyboardView currentKeyboardView =
-                  mActiveKeyboardViews.get(mActivePosition);
+                    mActiveKeyboardViews.get(mActivePosition);
             currentKeyboardView.releaseCurrentKey();
         }