From: Valentin Bartenev Date: Sat, 27 Jul 2019 00:51:48 +0000 (+0300) Subject: Style in nxt_unicode_upper_case.pl and nxt_unicode_upper_case.h. X-Git-Tag: 0.3.4~56 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=2b10cf74f43df31feeee35d10a6bc42a3763eb49;p=njs.git Style in nxt_unicode_upper_case.pl and nxt_unicode_upper_case.h. --- diff --git a/nxt/nxt_unicode_upper_case.h b/nxt/nxt_unicode_upper_case.h index 2ecfe1f9..e4f3eaea 100644 --- a/nxt/nxt_unicode_upper_case.h +++ b/nxt/nxt_unicode_upper_case.h @@ -4,9 +4,9 @@ * 16496 bytes on 32-bit platforms, 18576 bytes on 64-bit platforms. */ -#define NXT_UNICODE_MAX_UPPER_CASE 0x1044f +#define NXT_UNICODE_MAX_UPPER_CASE 0x1044f -#define NXT_UNICODE_BLOCK_SIZE 128 +#define NXT_UNICODE_BLOCK_SIZE 128 static const uint32_t nxt_unicode_upper_case_block_000[128] diff --git a/nxt/nxt_unicode_upper_case.pl b/nxt/nxt_unicode_upper_case.pl index 99abcb2a..05d2260a 100755 --- a/nxt/nxt_unicode_upper_case.pl +++ b/nxt/nxt_unicode_upper_case.pl @@ -48,8 +48,8 @@ printf("\n/*\n" . ($blocks - 1) * BLOCK_SIZE * 4 + $last_block_size + $max_block * 4, ($blocks - 1) * BLOCK_SIZE * 4 + $last_block_size + $max_block * 8); -printf("#define NXT_UNICODE_MAX_UPPER_CASE 0x%05x\n\n", $max_upper_case); -printf("#define NXT_UNICODE_BLOCK_SIZE %d\n\n\n", BLOCK_SIZE); +printf("#define NXT_UNICODE_MAX_UPPER_CASE 0x%05x\n\n", $max_upper_case); +printf("#define NXT_UNICODE_BLOCK_SIZE %d\n\n\n", BLOCK_SIZE); for my $block (sort { $a <=> $b } keys %blocks) {