extensions.st
branchcvs_MAIN
changeset 962 4547369278b6
parent 940 d0897a6dbc08
child 987 4183da051c79
--- a/extensions.st	Fri May 13 14:34:44 2016 +0200
+++ b/extensions.st	Fri May 13 14:46:08 2016 +0200
@@ -305,12 +305,12 @@
 
     changes := self changes.
     changes notEmptyOrNil ifTrue:[
-	fixer fix
-	    rule: self;
-	    label:'Change EOL comments to standard Smalltalk comments';
-	    action: [ fixer apply:
-		((ChangeSet withAll:changes) name: self name)
-	    ].
+        fixer fix
+            rule: self;
+            label:'Change EOL comments to standard Smalltalk comments';
+            action: [   
+                fixer apply: ((ChangeSet withAll:changes) name: self name)
+            ].
     ]
 
     "Created: / 01-02-2012 / 12:11:43 / Jan Vrany <jan.vrany@fit.cvut.cz>"