c++: coding style fixes

* data/lalr1.cc, tests/c++.at: Formatting changes.
This commit is contained in:
Akim Demaille
2012-09-20 17:16:36 +02:00
parent 0d43e6057b
commit 77a1a208a9
2 changed files with 36 additions and 36 deletions

View File

@@ -98,7 +98,7 @@ typedef std::list<std::string> strings_type;
// digraph for the left square bracket. // digraph for the left square bracket.
%type <::std::list<std::string>> list result; %type <::std::list<std::string>> list result;
%printer { debug_stream() << $][$; } %printer { yyo << $][$; }
<int> <::std::string> <::std::list<std::string>>; <int> <::std::string> <::std::list<std::string>>;
%% %%