compiler/tests/PPCContextMementoTest.st
changeset 452 9f4558b3be66
parent 422 116d2b2af905
--- a/compiler/tests/PPCContextMementoTest.st	Thu Apr 30 23:43:14 2015 +0200
+++ b/compiler/tests/PPCContextMementoTest.st	Sun May 10 06:28:36 2015 +0100
@@ -13,7 +13,7 @@
 !PPCContextMementoTest methodsFor:'as yet unclassified'!
 
 memento
-	^ PPCContextMemento new
+    ^ PPCContextMemento new
 ! !
 
 !PPCContextMementoTest class methodsFor:'documentation'!