print_fields.h: whitespace fix in PRINT_FIELD_HEX_ARRAY

This commit is contained in:
Eugene Syromyatnikov 2018-03-05 15:57:19 +01:00 committed by Dmitry V. Levin
parent 995ae92b50
commit 988cace650

View File

@ -112,7 +112,7 @@
do { \
STRACE_PRINTF("%s%s=", (prefix_), #field_); \
print_quoted_string((const char *)(where_).field_, \
sizeof((where_).field_) + \
sizeof((where_).field_) + \
MUST_BE_ARRAY((where_).field_), \
QUOTE_FORCE_HEX); \
} while (0)