compiler/PPCTokenVisitor.st
changeset 515 b5316ef15274
parent 459 4751c407bb40
--- a/compiler/PPCTokenVisitor.st	Fri Jul 24 15:06:54 2015 +0100
+++ b/compiler/PPCTokenVisitor.st	Mon Aug 17 12:13:16 2015 +0100
@@ -44,7 +44,7 @@
         ^ node child
     ].
 
- 		self change.
+ 	self change.
     ^ PPCForwardNode new
         child: node child;
         name: node name;