From f2bf2317f8c9e2f7176ce06b91d2376f838e0b74 Mon Sep 17 00:00:00 2001 From: Andrey Breslav Date: Mon, 13 May 2013 17:24:10 +0400 Subject: [PATCH] Better visible separation between individual instrumenters' outputs --- .../jet/preloading/instrumentation/InterceptionInstrumenter.java | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/preloader/instrumentation/src/org/jetbrains/jet/preloading/instrumentation/InterceptionInstrumenter.java b/compiler/preloader/instrumentation/src/org/jetbrains/jet/preloading/instrumentation/InterceptionInstrumenter.java index 5ee478402a3..c514ce0233f 100644 --- a/compiler/preloader/instrumentation/src/org/jetbrains/jet/preloading/instrumentation/InterceptionInstrumenter.java +++ b/compiler/preloader/instrumentation/src/org/jetbrains/jet/preloading/instrumentation/InterceptionInstrumenter.java @@ -219,6 +219,7 @@ public class InterceptionInstrumenter { throw new IllegalStateException(e); } out.println(">>>"); + out.println(); } }); }