Fix a wrong indent

Change-Id: Iaee83be85bb52c350dd08e4497732927b92eabcd
This commit is contained in:
Ken Wakasa 2014-11-04 11:18:52 +09:00
parent 85d08274b2
commit 933920feae

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 {