compiler/PPCCharSetPredicateNode.st
changeset 452 9f4558b3be66
parent 438 20598d7ce9fa
--- a/compiler/PPCCharSetPredicateNode.st	Thu Apr 30 23:43:14 2015 +0200
+++ b/compiler/PPCCharSetPredicateNode.st	Sun May 10 06:28:36 2015 +0100
@@ -12,16 +12,16 @@
 !PPCCharSetPredicateNode methodsFor:'as yet unclassified'!
 
 start: compiler id: id
-	compiler startMethod: id
+    compiler startMethod: id
 !
 
 stop: compiler
-	^ compiler stopMethod
+    ^ compiler stopMethod
 ! !
 
 !PPCCharSetPredicateNode methodsFor:'visiting'!
 
 accept: visitor
-	^ visitor visitCharSetPredicateNode: self
+    ^ visitor visitCharSetPredicateNode: self
 ! !