diff --git a/Src/Base/AMReX_TinyProfiler.cpp b/Src/Base/AMReX_TinyProfiler.cpp index 22bcaa6173..32b35bf770 100644 --- a/Src/Base/AMReX_TinyProfiler.cpp +++ b/Src/Base/AMReX_TinyProfiler.cpp @@ -881,6 +881,7 @@ TinyProfiler::PrintMemStats (std::map& memstats, if (allstatsstr.size() == 1 || !os) { return; } IOFormatSaver iofmtsaver(*os); + *os << std::setfill(' '); int lenhline = 0; for (auto i : maxlen) {