From df62a5251205aedd3f2375126fa572fdf9608d42 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 16 Apr 2024 23:05:16 +0200 Subject: Remove blank line --- gen/prop/gc | 1 - lib/unicode/prop/uprop_get_gc.c | 1 - 2 files changed, 2 deletions(-) diff --git a/gen/prop/gc b/gen/prop/gc index 4b4409f..3535102 100755 --- a/gen/prop/gc +++ b/gen/prop/gc @@ -44,7 +44,6 @@ END { print "\trune lo, hi;" print "\tenum uprop_gc val;" print "} lookup[] = {" - print "" for (i = 0x100; i <= 0x10FFFF; i++) { if (!props[i]) diff --git a/lib/unicode/prop/uprop_get_gc.c b/lib/unicode/prop/uprop_get_gc.c index 448039f..4fb3588 100644 --- a/lib/unicode/prop/uprop_get_gc.c +++ b/lib/unicode/prop/uprop_get_gc.c @@ -44,7 +44,6 @@ static const struct { rune lo, hi; enum uprop_gc val; } lookup[] = { - {RUNE_C(0x000100), RUNE_C(0x000100), GC_LU}, {RUNE_C(0x000101), RUNE_C(0x000101), GC_LL}, {RUNE_C(0x000102), RUNE_C(0x000102), GC_LU}, -- cgit v1.2.3