diff --git a/core/java/android/hardware/input/InputManager.java b/core/java/android/hardware/input/InputManager.java index baf8836c5af58..b6cd06ea8b5cf 100644 --- a/core/java/android/hardware/input/InputManager.java +++ b/core/java/android/hardware/input/InputManager.java @@ -168,7 +168,7 @@ public final class InputManager { * The android:label attribute specifies a human-readable descriptive * label to describe the keyboard layout in the user interface, such as "English (US)". * The android:keyboardLayout attribute refers to a - * + * * key character map resource that defines the keyboard layout. *

*/