analyzer/PPSentinel.st
changeset 378 53d66ecfeb1b
parent 286 2d2cbff6ee57
--- a/analyzer/PPSentinel.st	Fri Oct 03 02:33:08 2014 +0100
+++ b/analyzer/PPSentinel.st	Fri Oct 03 02:45:16 2014 +0100
@@ -18,7 +18,7 @@
 !PPSentinel class methodsFor:'instance creation'!
 
 instance
-    ^ instance ifNil:[ instance := self new ].
+	^ instance ifNil: [ instance := self new ]
 ! !
 
 !PPSentinel class methodsFor:'documentation'!