compiler/PPCInlinePluggableNode.st
changeset 415 f30eb7ea54cd
parent 392 9b297f0d949c
child 421 7e08b31e0dae
--- a/compiler/PPCInlinePluggableNode.st	Wed Nov 05 23:05:19 2014 +0000
+++ b/compiler/PPCInlinePluggableNode.st	Thu Nov 06 01:41:10 2014 +0000
@@ -14,8 +14,10 @@
 !
 
 compileWith: compiler effect: effect id: id
-	compiler startInline: id.
-	compiler add: block asString, ' value: context.'.
- ^ compiler stopInline.
+        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>"
 ! !