From: Eugene Syromyatnikov Date: Mon, 5 Mar 2018 14:57:19 +0000 (+0100) Subject: print_fields.h: whitespace fix in PRINT_FIELD_HEX_ARRAY X-Git-Tag: v4.22~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=988cace6504bdb053505de1afe326585b5ea980b;p=strace print_fields.h: whitespace fix in PRINT_FIELD_HEX_ARRAY --- diff --git a/print_fields.h b/print_fields.h index 401ff04f..a0f571cf 100644 --- a/print_fields.h +++ b/print_fields.h @@ -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)