Style: capitalized letters in hexadecimal literals.

This commit is contained in:
Valentin Bartenev
2018-04-04 18:13:05 +03:00
parent 43ba7aad6c
commit 0665896a55
24 changed files with 633 additions and 633 deletions

View File

@@ -11,16 +11,16 @@
static const nxt_msec_t pairs[] = {
0x00000000, 0x00000001,
0x00000000, 0x7fffffff,
0x00000000, 0x7FFFFFFF,
0x7fffffff, 0x80000000,
0x7fffffff, 0x80000001,
0x7FFFFFFF, 0x80000000,
0x7FFFFFFF, 0x80000001,
0x80000000, 0x80000001,
0x80000000, 0xffffffff,
0x80000000, 0xFFFFFFFF,
0xffffffff, 0x00000000,
0xffffffff, 0x00000001,
0xFFFFFFFF, 0x00000000,
0xFFFFFFFF, 0x00000001,
};