compiler/PPCNode.st
changeset 459 4751c407bb40
parent 452 9f4558b3be66
child 464 f6d77fee9811
--- a/compiler/PPCNode.st	Sun May 10 06:28:36 2015 +0100
+++ b/compiler/PPCNode.st	Tue May 12 01:24:03 2015 +0100
@@ -241,7 +241,7 @@
         finite := self.
         infinite := anotherNode.
     ] ifFalse: [ 
- 		finite := anotherNode.
+ 				finite := anotherNode.
         infinite := self.	
     ].