From 23ebf52d041fffc89b92204bb8c4f882d049631b Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 14 Apr 2024 23:36:25 +0200 Subject: Fix indentation --- lib/unicode/prop/uprop_get_lc.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lib/unicode') diff --git a/lib/unicode/prop/uprop_get_lc.c b/lib/unicode/prop/uprop_get_lc.c index 7d90d8d..0ce1072 100644 --- a/lib/unicode/prop/uprop_get_lc.c +++ b/lib/unicode/prop/uprop_get_lc.c @@ -16,12 +16,12 @@ uprop_get_lc(rune ch, struct lcctx ctx) if (ctx.lt) { if (ctx.before_acc) { switch (ch) { - case 'I': - return M('i', 0x307); - case 'J': - return M('j', 0x307); - case U'Į': - return M(U'į', 0x307); + case 'I': + return M('i', 0x307); + case 'J': + return M('j', 0x307); + case U'Į': + return M(U'į', 0x307); } } -- cgit v1.2.3