am 6c326caa: A style fix

* commit '6c326caa4f37eb29774aeb82a39c56df62c7f568':
  A style fix
main
Yohei Yukawa 2014-01-08 23:06:31 -08:00 committed by Android Git Automerger
commit 21ebd83d6f
1 changed files with 1 additions and 1 deletions

View File

@ -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 */);