Cface__CFunctionNode.st
changeset 6 ae25dce94003
parent 5 c110eef5b9ef
child 14 1f730d82496e
--- a/Cface__CFunctionNode.st	Thu Jul 10 07:31:14 2008 +0000
+++ b/Cface__CFunctionNode.st	Thu Jul 10 20:56:08 2008 +0000
@@ -162,7 +162,9 @@
 
 !CFunctionNode methodsFor:'printing'!
 
-printOn:stream indent:level 
+printOn:stream indent:level
+
+    self printLineOn: stream indent: level.
     self smalltalkNamespace 
         ifNotNil:[
             stream
@@ -214,7 +216,7 @@
 
     "Created: / 18-02-2008 / 14:27:37 / janfrog"
     "Modified: / 04-03-2008 / 10:57:11 / janfrog"
-    "Modified: / 10-07-2008 / 08:01:16 / Jan Vrany <vranyj1@fel.cvut.cz>"
+    "Modified: / 10-07-2008 / 20:05:29 / Jan Vrany <vranyj1@fel.cvut.cz>"
 ! !
 
 !CFunctionNode methodsFor:'private'!