Tools__CodeView2.st
changeset 13517 7cf990f83349
parent 13456 ff46ea29cb9a
child 13559 5215c061491c
child 13609 8b400fde34ef
--- a/Tools__CodeView2.st	Fri Sep 06 03:25:28 2013 +0000
+++ b/Tools__CodeView2.st	Fri Sep 06 14:25:17 2013 +0200
@@ -2600,6 +2600,7 @@
 list:aCollection expandTabs:expand scanForNonStrings:scan includesNonStrings:nonStrings
 
     super list:aCollection expandTabs:expand scanForNonStrings:scan includesNonStrings:nonStrings.
+
     listOriginal := aCollection copy.
     reallyModifiedChannel value: false.
     self notifyLinesModifiedFrom: 1 to: list size.
@@ -3614,15 +3615,15 @@
 !CodeView2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.116 2013-09-01 12:03:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.117 2013-09-06 12:25:17 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.116 2013-09-01 12:03:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.117 2013-09-06 12:25:17 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__CodeView2.st,v 1.116 2013-09-01 12:03:10 cg Exp $'
+    ^ '$Id: Tools__CodeView2.st,v 1.117 2013-09-06 12:25:17 cg Exp $'
 ! !