tests: formatting changes

* tests/local.at: here.
This commit is contained in:
Akim Demaille
2019-02-18 08:38:25 +01:00
parent bd55d43333
commit b31015a927

View File

@@ -616,10 +616,10 @@ CXXFLAGS=$at_for_each_std_CXXFLAGS_save
m4_define([AT_YYERROR_DEFINE(java)], m4_define([AT_YYERROR_DEFINE(java)],
[AT_LOCATION_IF([[public void yyerror (Calc.Location l, String s) [AT_LOCATION_IF([[public void yyerror (Calc.Location l, String s)
{ {
if (l == null) if (l == null)
System.err.println (s); System.err.println (s);
else else
System.err.println (l + ": " + s); System.err.println (l + ": " + s);
} }
]], [[ ]], [[
public void yyerror (String s) public void yyerror (String s)