variants: stylistic change

* data/variant.hh (tname): Respect the GNU Coding Standards for this
pointer's declaration.
This commit is contained in:
Theophile Ranquet
2013-02-01 15:07:54 +01:00
parent f038e56cdc
commit e96415a54b

View File

@@ -223,7 +223,7 @@ m4_define([b4_variant_define],
} buffer;]b4_parse_assert_if([ } buffer;]b4_parse_assert_if([
/// Whether the content is built: if defined, the name of the stored type. /// Whether the content is built: if defined, the name of the stored type.
const char* tname;])[ const char *tname;])[
}; };
]]) ]])