mirror of
https://github.com/boostorg/spirit.git
synced 2026-01-19 04:42:11 +00:00
Fixed redundant semicolons
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
// definition the place holder
|
||||
namespace custom_generator
|
||||
{
|
||||
BOOST_SPIRIT_TERMINAL(columns);
|
||||
BOOST_SPIRIT_TERMINAL(columns)
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
// definition the place holder
|
||||
namespace custom_parser
|
||||
{
|
||||
BOOST_SPIRIT_TERMINAL(iter_pos);
|
||||
BOOST_SPIRIT_TERMINAL(iter_pos)
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user