summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheophile Ranquet <ranquet@lrde.epita.fr>2013-02-01 15:07:54 +0100
committerTheophile Ranquet <ranquet@lrde.epita.fr>2013-02-01 15:09:54 +0100
commite96415a54b81ffea9d8e510e98a6c866510bb593 (patch)
tree76bedb5a20d963bb532a66fbc2562b2379034d70
parentf038e56cdc211396f54f138e95693d0906d6fafa (diff)
downloadbison-e96415a54b81ffea9d8e510e98a6c866510bb593.tar.gz
variants: stylistic change
* data/variant.hh (tname): Respect the GNU Coding Standards for this pointer's declaration.
-rw-r--r--data/variant.hh2
1 files changed, 1 insertions, 1 deletions
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;])[
};
]])