C++: style: add missing space before parens

* data/c++.m4, data/lalr1.cc, data/stack.hh, data/variant.hh,
* examples/variant-11.yy: here.
This commit is contained in:
Akim Demaille
2018-10-14 11:30:41 +02:00
parent dc73dc4fb2
commit fa386893aa
7 changed files with 15 additions and 14 deletions

View File

@@ -226,7 +226,7 @@ m4_define([b4_symbol_type_declare],
[[ /// A complete symbol.
///
/// Expects its Base type to provide access to the symbol type
/// via type_get().
/// via type_get ().
///
/// Provide access to semantic value]b4_locations_if([ and location])[.
template <typename Base>