style: formatting changes

* data/skeletons/lalr1.java: here.
This commit is contained in:
Akim Demaille
2020-01-25 07:58:29 +01:00
parent b62e063df5
commit 0f792833c2

View File

@@ -109,9 +109,9 @@ m4_define([b4_define_state],[[
*/ */
public final void setErrorVerbose(boolean verbose) public final void setErrorVerbose(boolean verbose)
{ yyErrorVerbose = verbose; } { yyErrorVerbose = verbose; }
]]) ]])[
b4_locations_if([[ ]b4_locations_if([[
/** /**
* A class defining a pair of positions. Positions, defined by the * A class defining a pair of positions. Positions, defined by the
* <code>]b4_position_type[</code> class, denote a point in the input. * <code>]b4_position_type[</code> class, denote a point in the input.