From e96415a54b81ffea9d8e510e98a6c866510bb593 Mon Sep 17 00:00:00 2001 From: Theophile Ranquet Date: Fri, 1 Feb 2013 15:07:54 +0100 Subject: [PATCH 1/1] variants: stylistic change * data/variant.hh (tname): Respect the GNU Coding Standards for this pointer's declaration. --- data/variant.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;])[ }; ]]) -- 2.45.2