#OTHER by mawalch
authormawalch
Mon, 08 Aug 2016 16:15:51 +0200
changeset 3318 0b25d802e1b9
parent 3317 88b892a4012d
child 3319 97fd83492529
#OTHER by mawalch class: UIHelpTool drop some whitespace from template
UIHelpTool.st
--- 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.