Tools__CodeView2.st
changeset 18711 343ef798d22e
parent 18688 d890379d68cd
child 18796 40fa54644659
--- a/Tools__CodeView2.st	Sun Mar 24 10:00:19 2019 +0100
+++ b/Tools__CodeView2.st	Sun Mar 24 10:00:33 2019 +0100
@@ -3884,7 +3884,7 @@
             ln := originalLine := ''.
         ].    
         ln size < prevTab ifTrue:[
-            ln := ln , (String new:prevTab withAll:Character space).
+            ln := ln , (String new:prevTab).
         ].
         (ln copyTo:prevTab) isBlank ifTrue:[
             (ln copyFrom:prevTab+1) isBlank ifTrue:[
@@ -3968,6 +3968,7 @@
 
     "Modified: / 16-01-1998 / 22:33:04 / cg"
     "Modified: / 06-01-2012 / 12:42:55 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 24-03-2019 / 09:58:48 / Claus Gittinger"
 !
 
 getNewOriginText