Style cleanup: "foo &x", not "foo& x"
This commit is contained in:
committed by
John Hood
parent
9e9919c941
commit
aeffb71cfc
@@ -41,7 +41,7 @@
|
||||
const Parser::StateFamily Parser::family;
|
||||
|
||||
static void append_or_delete( Parser::Action *act,
|
||||
std::list<Parser::Action *>&vec )
|
||||
std::list<Parser::Action *> &vec )
|
||||
{
|
||||
assert( act );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user