CharacterArray.st
changeset 12170 0a05269657de
parent 12111 4b1ac266f7aa
child 12171 7cda74bef54a
--- a/CharacterArray.st	Wed Oct 07 17:56:06 2009 +0200
+++ b/CharacterArray.st	Wed Oct 07 19:36:31 2009 +0200
@@ -1478,7 +1478,6 @@
     ^ true
 ! !
 
-
 !CharacterArray methodsFor:'character searching'!
 
 includesMatchCharacters
@@ -3995,7 +3994,6 @@
 ! !
 
 
-
 !CharacterArray methodsFor:'padded copying'!
 
 centerPaddedTo:newSize
@@ -4516,7 +4514,6 @@
     "Modified: 17.4.1997 / 12:50:23 / cg"
 ! !
 
-
 !CharacterArray methodsFor:'special string converting'!
 
 expandPlaceholdersWith:argArrayOrDictionary
@@ -5722,11 +5719,11 @@
 !CharacterArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.410 2009-10-03 10:13:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.411 2009-10-07 17:36:31 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.410 2009-10-03 10:13:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.411 2009-10-07 17:36:31 cg Exp $'
 ! !
 
 CharacterArray initialize!