*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 31 Mar 2005 14:03:28 +0200
changeset 3141 2e8015ff554a
parent 3140 c7ed1c054f0e
child 3142 ed7d2f0ff65d
*** empty log message ***
Workspace.st
--- a/Workspace.st	Wed Mar 30 16:50:46 2005 +0200
+++ b/Workspace.st	Thu Mar 31 14:03:28 2005 +0200
@@ -1218,7 +1218,8 @@
     |code|
 
     code := '|t| t := Time millisecondsToRun:[' , self selection asString string, '].
-Transcript showCR:''execution time: '' , t printString , '' ms''.'.
+
+    Transcript showCR:''execution time: '' , t printString , '' ms''.'.
     self do:code withValueDo:[:result | ]
 
     "Modified: / 22.4.1998 / 22:03:51 / ca"
@@ -1233,5 +1234,5 @@
 !Workspace class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.147 2005-02-25 11:58:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.148 2005-03-31 12:03:28 cg Exp $'
 ! !