compiler/PPCInlinePluggableNode.st
changeset 421 7e08b31e0dae
parent 415 f30eb7ea54cd
child 422 116d2b2af905
--- a/compiler/PPCInlinePluggableNode.st	Wed Nov 19 10:52:37 2014 +0000
+++ b/compiler/PPCInlinePluggableNode.st	Mon Nov 24 00:09:23 2014 +0000
@@ -14,10 +14,8 @@
 !
 
 compileWith: compiler effect: effect id: id
-        compiler startInline: id.
-        compiler add: block asString, ' value: context.'.
-        ^ compiler stopInline.
-
-    "Modified (format): / 06-11-2014 / 01:13:39 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+	compiler startInline: id.
+	compiler add: block asString, ' value: context.'.
+ ^ compiler stopInline.
 ! !