compiler/PPCRecognizerComponentVisitor.st
changeset 515 b5316ef15274
parent 452 9f4558b3be66
--- a/compiler/PPCRecognizerComponentVisitor.st	Fri Jul 24 15:06:54 2015 +0100
+++ b/compiler/PPCRecognizerComponentVisitor.st	Mon Aug 17 12:13:16 2015 +0100
@@ -39,7 +39,6 @@
 
 visitSequenceNode: node
     self visitChildren: node.
-
     self change.
     ^ PPCRecognizingSequenceNode new
         children: node children;