From 5562943621671057a220016063db3e760909e269 Mon Sep 17 00:00:00 2001
From: Rene Milk <rene.milk@uni-muenster.de>
Date: Fri, 4 Jan 2013 18:01:42 +0100
Subject: [PATCH] cleanup

---
 dune/stuff/common/profiler.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dune/stuff/common/profiler.cc b/dune/stuff/common/profiler.cc
index 89ba53fde..9cae5bbfe 100644
--- a/dune/stuff/common/profiler.cc
+++ b/dune/stuff/common/profiler.cc
@@ -282,6 +282,7 @@ void Profiler::outputTimingsAll(std::ostream& out) const
       out << csv_sep << sum / float(comm.size()) << csv_sep << sum;
     }
   }
+  out << std::endl;
 }
 
 void Profiler::outputTimings(std::ostream& out) const
-- 
GitLab