analyzer/PPParserReplaceRule.st
changeset 378 53d66ecfeb1b
parent 287 610f0ca1e18f
child 381 0bbbcf5da2d4
--- a/analyzer/PPParserReplaceRule.st	Fri Oct 03 02:33:08 2014 +0100
+++ b/analyzer/PPParserReplaceRule.st	Fri Oct 03 02:45:16 2014 +0100
@@ -25,8 +25,8 @@
 
 !PPParserReplaceRule methodsFor:'matching'!
 
-foundMatchFor:aParser
-    ^ replaceParser copyInContext: owner context
+foundMatchFor: aParser 
+	^ replaceParser copyInContext: owner context
 ! !
 
 !PPParserReplaceRule class methodsFor:'documentation'!