Auto-format: no single-line functions
This commit is contained in:
parent
e89ec7c85e
commit
c18351772a
24 changed files with 243 additions and 77 deletions
|
|
@ -29,7 +29,9 @@ ParseAction::ParseAction()
|
|||
consumed_symbol_count(0),
|
||||
associativity(rules::AssociativityUnspecified) {}
|
||||
|
||||
ParseAction ParseAction::Error() { return ParseAction(); }
|
||||
ParseAction ParseAction::Error() {
|
||||
return ParseAction();
|
||||
}
|
||||
|
||||
ParseAction ParseAction::Accept() {
|
||||
ParseAction action;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue