compiler/PPCContextMemento.st
changeset 502 1e45d3c96ec5
parent 452 9f4558b3be66
--- a/compiler/PPCContextMemento.st	Thu May 21 14:12:22 2015 +0100
+++ b/compiler/PPCContextMemento.st	Fri Jul 24 15:06:54 2015 +0100
@@ -99,7 +99,7 @@
     self keysAndValuesDo: [ :key :value |
         (anObject hasProperty: key) ifFalse: [ ^ false ].
         ((anObject propertyAt: key) = value) ifFalse: [ ^ false ]. 
- 	].
+ 		].
     
     ^ true.
 !