UIHelpTool.st
changeset 3318 0b25d802e1b9
parent 3291 30f8b248f77c
child 3334 d01f4574870a
--- a/UIHelpTool.st	Mon Aug 08 14:06:59 2016 +0200
+++ b/UIHelpTool.st	Mon Aug 08 16:15:51 2016 +0200
@@ -1201,7 +1201,7 @@
         (ResourceSpecEditor codeGenerationCommentForClass:UIHelpTool) withCRs,
     '\\' withCRs,
     '    "\' withCRs,
-    '     UIHelpTool openOnClass:', theClass name asString ,'    
+    '     UIHelpTool openOnClass:', theClass name asString ,'
     "
 
     <resource: #help>
@@ -1219,9 +1219,9 @@
     ].
     stream nextPutLine:')'.
 
-    Compiler 
+    Compiler
         compile:(stream contents)
-        forClass:theClass class 
+        forClass:theClass class
         inCategory:'help specs'.
 
     self modified:false.