From 0f433bc7eab95aaf4a47bfc1bab6689ff4d8bb8b Mon Sep 17 00:00:00 2001 From: Philippe Suter <philippe.suter@gmail.com> Date: Thu, 24 Jun 2010 15:12:29 +0000 Subject: [PATCH] to please Utkarsh --- src/purescala/Reporter.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/purescala/Reporter.scala b/src/purescala/Reporter.scala index 1836431fa..4c9eaecc0 100644 --- a/src/purescala/Reporter.scala +++ b/src/purescala/Reporter.scala @@ -37,7 +37,7 @@ object DefaultReporter extends Reporter { Console.BLUE } "[" + color + pfx.substring(1, pfx.length-2) + Console.RESET + "] " + - msg.trim.replaceAll("\n", "\n" + pfx) + msg.trim.replaceAll("\n", "\n" + (" " * (pfx.size))) } def error(msg: Any) = output(reline(errorPfx, msg.toString)) -- GitLab