Fix a wrong indent

Change-Id: Iaee83be85bb52c350dd08e4497732927b92eabcd
main
Ken Wakasa 2014-11-04 11:18:52 +09:00
parent 85d08274b2
commit 933920feae
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ public final class KeyboardLayoutSet {
try {
final int scriptId =
featureAttr.getInt(R.styleable.KeyboardLayoutSet_Feature_supportedScript,
ScriptUtils.SCRIPT_UNKNOWN);
ScriptUtils.SCRIPT_UNKNOWN);
XmlParseUtils.checkEndTag(TAG_FEATURE, parser);
return scriptId;
} finally {