From 43da37382b527cdc9736f9e30c21dce3f0ec2efa Mon Sep 17 00:00:00 2001
From: Michael Leuschel <leuschel@uni-duesseldorf.de>
Date: Thu, 31 Mar 2022 11:06:18 +0200
Subject: [PATCH] fix indentation

Signed-off-by: Michael Leuschel <leuschel@uni-duesseldorf.de>
---
 src/main/resources/org/sablecc/sablecc/lexer.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/org/sablecc/sablecc/lexer.txt b/src/main/resources/org/sablecc/sablecc/lexer.txt
index d07293f..d654915 100644
--- a/src/main/resources/org/sablecc/sablecc/lexer.txt
+++ b/src/main/resources/org/sablecc/sablecc/lexer.txt
@@ -127,8 +127,8 @@ public class Lexer implements ITokenListContainer
         int accept_pos = -1;
         int accept_line = -1;
 
-          int[][][] gotoTable = Lexer.gotoTable[this.state.id()];
-          int[] accept = Lexer.accept[this.state.id()];
+        int[][][] gotoTable = Lexer.gotoTable[this.state.id()];
+        int[] accept = Lexer.accept[this.state.id()];
         this.text.setLength(0);
 
         while(true)
-- 
GitLab