Add newline at end of libInit.cc
authorStefan Vogel <sv@exept.de>
Fri, 15 Sep 2006 10:41:51 +0200
changeset 9902 74fab44fab6e
parent 9901 6ea34c2d6a54
child 9903 174782820403
Add newline at end of libInit.cc
LibraryDefinition.st
--- a/LibraryDefinition.st	Thu Sep 14 23:00:02 2006 +0200
+++ b/LibraryDefinition.st	Fri Sep 15 10:41:51 2006 +0200
@@ -185,7 +185,8 @@
 %(CLASSES)
 %(EXTENSION)
 __END_PACKAGE__();
-}'
+}
+'
 
     "Created: / 08-08-2006 / 12:40:45 / fm"
     "Modified: / 08-08-2006 / 19:33:01 / fm"
@@ -814,5 +815,5 @@
 !LibraryDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.65 2006-09-14 19:51:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.66 2006-09-15 08:41:51 stefan Exp $'
 ! !