From: Theophile Ranquet Date: Fri, 1 Feb 2013 14:07:54 +0000 (+0100) Subject: variants: stylistic change X-Git-Tag: v2.7.90~114 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e96415a54b81ffea9d8e510e98a6c866510bb593;p=platform%2Fupstream%2Fbison.git variants: stylistic change * data/variant.hh (tname): Respect the GNU Coding Standards for this pointer's declaration. --- diff --git a/data/variant.hh b/data/variant.hh index e2a537a..91548d8 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;])[ }; ]])