style: c++: formatting changes

* data/skeletons/variant.hh, data/skeletons/glr2.cc: Fix space before
paren issue.
This commit is contained in:
Akim Demaille
2021-08-29 16:39:27 +02:00
parent a7ded4284e
commit 075a879052
2 changed files with 12 additions and 13 deletions

View File

@@ -2189,8 +2189,7 @@ b4_dollar_popdef])[]dnl
{ {
const state_num yystate = this->topState (yys)->yylrState; const state_num yystate = this->topState (yys)->yylrState;
const short* yyconflicts; const short* yyconflicts;
const int yyaction const int yyaction = yygetLRActions (yystate, yytoken_to_shift, yyconflicts);
= yygetLRActions (yystate, yytoken_to_shift, yyconflicts);
/* Note that yyconflicts were handled by yyprocessOneStack. */ /* Note that yyconflicts were handled by yyprocessOneStack. */
YYCDEBUG << "On stack " << yys.get() << ", "; YYCDEBUG << "On stack " << yys.get() << ", ";
YY_SYMBOL_PRINT ("shifting", yytoken_to_shift, this->yylval, this->yylloc); YY_SYMBOL_PRINT ("shifting", yytoken_to_shift, this->yylval, this->yylloc);