From d09e371e5dc861aeb7407d05e5c58b28ed15e4ad Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 21 Mar 2019 08:27:20 +0100 Subject: TimingAnalysis: Add missing newline in macro definition --- lib/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/utils.py b/lib/utils.py index c53d531..8b0eab5 100644 --- a/lib/utils.py +++ b/lib/utils.py @@ -182,7 +182,7 @@ class TimingAnalysis: ret += 'counter.start(); ' ret += 'functioncall; ' ret += 'counter.stop();' - ret += 'kout << endl << index << " :: " << counter.value << "/" << counter.overflow << endl;' + ret += 'kout << endl << index << " :: " << counter.value << "/" << counter.overflow << endl;\n' return ret def wrap_codeblock(self, codeblock): -- cgit v1.2.3