mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix a wrong indent
Change-Id: Iaee83be85bb52c350dd08e4497732927b92eabcd
This commit is contained in:
parent
85d08274b2
commit
933920feae
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user