diff --git a/data/variant.hh b/data/variant.hh index e2a537ad..91548d84 100644 --- a/data/variant.hh +++ b/data/variant.hh @@ -223,7 +223,7 @@ m4_define([b4_variant_define], } buffer;]b4_parse_assert_if([ /// Whether the content is built: if defined, the name of the stored type. - const char* tname;])[ + const char *tname;])[ }; ]])