tests: formatting changes

* tests/actions.at, tests/local.at: here.
This commit is contained in:
Akim Demaille
2019-10-10 06:50:47 +02:00
parent 7d47d51962
commit 734db67004
2 changed files with 6 additions and 6 deletions

View File

@@ -345,9 +345,9 @@ int
main (void)
{]AT_CXX_IF([[
yy::parser p;
p.set_debug_level (!!getenv("YYDEBUG"));
p.set_debug_level (!!getenv ("YYDEBUG"));
return p.parse ();]], [[
yydebug = !!getenv("YYDEBUG");
yydebug = !!getenv ("YYDEBUG");
return !!yyparse (]AT_PARAM_IF([0])[);]])[
}
]])