Smalltalk.st
changeset 10668 55f61908f7bd
parent 10649 82b327ec636d
child 10738 a01ef29e0388
--- a/Smalltalk.st	Fri Jul 20 13:23:11 2007 +0200
+++ b/Smalltalk.st	Mon Jul 23 20:38:18 2007 +0200
@@ -2718,7 +2718,7 @@
     graphicalMode ifTrue:[
         Display isNil ifTrue:[
             (StartupClass notNil 
-            and:[ (StartupClass perform:#isHeadless ifNotUnderstood:false) ]) ifFalse:[            self openDisplay.
+            and:[ (StartupClass perform:#isHeadless ifNotUnderstood:false) ]) ifFalse:[
                 self openDisplay.
             ].
         ].
@@ -7011,5 +7011,5 @@
 !Smalltalk class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.831 2007-07-11 08:39:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.832 2007-07-23 18:38:18 stefan Exp $'
 ! !