commit 0f792833c27cac71d64ed1fa9d7a209480da26f4
Author: Akim Demaille <[email protected]>
Date:   Sat Jan 25 07:58:29 2020 +0100

    style: formatting changes
    
    * data/skeletons/lalr1.java: here.

diff --git a/data/skeletons/lalr1.java b/data/skeletons/lalr1.java
index 0f6f15ed..678510a1 100644
--- a/data/skeletons/lalr1.java
+++ b/data/skeletons/lalr1.java
@@ -109,9 +109,9 @@ m4_define([b4_define_state],[[
    */
   public final void setErrorVerbose(boolean verbose)
   { yyErrorVerbose = verbose; }
-]])
+]])[
 
-b4_locations_if([[
+]b4_locations_if([[
   /**
    * A class defining a pair of positions.  Positions, defined by the
    * <code>]b4_position_type[</code> class, denote a point in the input.


Reply via email to