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

@@ -90,7 +90,7 @@ nxt_utf8_file_name_test(nxt_thread_t *thr)
pp = &uc_name[5];
lc = nxt_utf8_lowcase(&pp, p);
if (lc == 0xffffffff) {
if (lc == 0xFFFFFFFF) {
nxt_log_alert(thr->log, "nxt_utf8_lowcase(%05uxD) failed: %05uxD",
uc, lc);
return NXT_ERROR;