Tools__CodeViewService.st
branchjv
changeset 13530 2269bce1636d
parent 13250 0decde6c459d
parent 13515 d0cc1ab55768
child 13609 8b400fde34ef
--- a/Tools__CodeViewService.st	Fri Sep 06 12:08:37 2013 +0100
+++ b/Tools__CodeViewService.st	Fri Sep 06 15:49:08 2013 +0100
@@ -143,10 +143,11 @@
 
     | cls |
 
-    ^self requiredServices allSatisfy:[:clsName|
-        cls := Smalltalk at: clsName.
-        cls notNil and:[cls allRequiredServicesAvailable and:[cls isAvailable]]                        
-    ].
+    ^self requiredServices 
+        allSatisfy:[:clsName|
+            cls := Smalltalk at: clsName.
+            cls notNil and:[cls allRequiredServicesAvailable and:[cls isAvailable]]                        
+        ].
 
     "Created: / 27-07-2011 / 11:49:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
@@ -438,7 +439,7 @@
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeViewService.st,v 1.13 2013-07-22 12:02:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeViewService.st,v 1.14 2013-09-05 23:19:43 cg Exp $'
 !
 
 version_HG
@@ -447,6 +448,6 @@
 !
 
 version_SVN
-    ^ '$Id: Tools__CodeViewService.st,v 1.13 2013-07-22 12:02:16 cg Exp $'
+    ^ '$Id: Tools__CodeViewService.st,v 1.14 2013-09-05 23:19:43 cg Exp $'
 ! !