Fix indentation

This commit is contained in:
MysterD 2023-11-22 00:06:35 -08:00
parent 59bde95a42
commit aff4090161
1 changed files with 21 additions and 21 deletions

View File

@ -156,26 +156,26 @@ struct SmCodeGlyph sSmCodeGlyphs[] = {
{ "Ť", 'T', 0, 0 },
{ "ť", 13, 0, 0 },
{ "ę", 'e', 0, 0 },
{ "ń", 'n', 0, 0 },
{ "ś", 's', 0, 0 },
{ "ć", 'c', 0, 0 },
{ "ź", 'z', 0, 0 },
{ "ż", 'z', 0, 0 },
{ "ł", 'r', 0, 0 },
{ "Ę", 'E', 0, 0 },
{ "Ń", 'N', 0, 0 },
{ "Ś", 'S', 0, 0 },
{ "Ć", 'C', 0, 0 },
{ "Ź", 'Z', 0, 0 },
{ "Ż", 'Z', 0, 0 },
{ "Ł", 'R', 0, 0 },
{ "Ą", 'A', 0, 0 },
{ "ą", 'a', 0, 0 },
{ "Ї", 'l', 0, 0 },
{ "ї", 'l', 0, 0 },
{ "Ґ", 'R', 0, 0 },
{ "ґ", 'R', 0, 0 },
{ "ę", 'e', 0, 0 },
{ "ń", 'n', 0, 0 },
{ "ś", 's', 0, 0 },
{ "ć", 'c', 0, 0 },
{ "ź", 'z', 0, 0 },
{ "ż", 'z', 0, 0 },
{ "ł", 'r', 0, 0 },
{ "Ę", 'E', 0, 0 },
{ "Ń", 'N', 0, 0 },
{ "Ś", 'S', 0, 0 },
{ "Ć", 'C', 0, 0 },
{ "Ź", 'Z', 0, 0 },
{ "Ż", 'Z', 0, 0 },
{ "Ł", 'R', 0, 0 },
{ "Ą", 'A', 0, 0 },
{ "ą", 'a', 0, 0 },
{ "Ї", 'l', 0, 0 },
{ "ї", 'l', 0, 0 },
{ "Ґ", 'R', 0, 0 },
{ "ґ", 'R', 0, 0 },
};
struct SmCodeGlyph sSmCodeDuplicateGlyphs[] = {