Fix a wrong indent
Change-Id: Iaee83be85bb52c350dd08e4497732927b92eabcd
This commit is contained in:
parent
85d08274b2
commit
933920feae
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ public final class KeyboardLayoutSet {
|
||||||
try {
|
try {
|
||||||
final int scriptId =
|
final int scriptId =
|
||||||
featureAttr.getInt(R.styleable.KeyboardLayoutSet_Feature_supportedScript,
|
featureAttr.getInt(R.styleable.KeyboardLayoutSet_Feature_supportedScript,
|
||||||
ScriptUtils.SCRIPT_UNKNOWN);
|
ScriptUtils.SCRIPT_UNKNOWN);
|
||||||
XmlParseUtils.checkEndTag(TAG_FEATURE, parser);
|
XmlParseUtils.checkEndTag(TAG_FEATURE, parser);
|
||||||
return scriptId;
|
return scriptId;
|
||||||
} finally {
|
} finally {
|
||||||
|
|
Loading…
Reference in a new issue