diff options
author | Akim Demaille <akim@lrde.epita.fr> | 2013-09-19 16:45:09 +0200 |
---|---|---|
committer | Akim Demaille <akim@lrde.epita.fr> | 2013-09-19 16:45:09 +0200 |
commit | ae7cd18c98d9bad7e95d4f4070d2d09e8db675f8 (patch) | |
tree | 14f3ce653239f3fbc743110d4d71a031cf19597e | |
parent | 77482f2783538f8b5f19970e36a1ace6a93441b3 (diff) | |
download | bison-ae7cd18c98d9bad7e95d4f4070d2d09e8db675f8.tar.gz |
style: variant: remove empty line
* data/variant.hh (b4_symbol_constructor_define_): Remove
stray eol.
-rw-r--r-- | data/variant.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/variant.hh b/data/variant.hh index 19538f6d..76c3e60d 100644 --- a/data/variant.hh +++ b/data/variant.hh @@ -320,7 +320,6 @@ b4_join(b4_symbol_if([$1], [has_type], return symbol_type (b4_join([token::b4_symbol([$1], [id])], b4_symbol_if([$1], [has_type], [v]), b4_locations_if([l]))); - } ])])]) |