From 6c326caa4f37eb29774aeb82a39c56df62c7f568 Mon Sep 17 00:00:00 2001 From: Yohei Yukawa Date: Thu, 9 Jan 2014 15:54:47 +0900 Subject: [PATCH] A style fix Just a style fix to follow up the previous commit. BUG: 11439600 Change-Id: Ib7a4654627a6fc22d86f2097f86f001bd76426e9 --- .../src/com/android/inputmethod/keyboard/EmojiPalettesView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/src/com/android/inputmethod/keyboard/EmojiPalettesView.java b/java/src/com/android/inputmethod/keyboard/EmojiPalettesView.java index 31749614d..8dea908e8 100644 --- a/java/src/com/android/inputmethod/keyboard/EmojiPalettesView.java +++ b/java/src/com/android/inputmethod/keyboard/EmojiPalettesView.java @@ -552,7 +552,7 @@ public final class EmojiPalettesView extends LinearLayout implements OnTabChange return false; } final int code = (Integer) tag; - switch(event.getAction()) { + switch (event.getAction()) { case MotionEvent.ACTION_DOWN: mKeyboardActionListener.onPressKey( code, 0 /* repeatCount */, true /* isSinglePointer */);