From c61db5bd8312cbd9cdb6023d6b2be85481b71ec3 Mon Sep 17 00:00:00 2001 From: psakievich Date: Wed, 2 Aug 2023 15:36:48 -0600 Subject: [PATCH] style --- src/NaluWind.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/NaluWind.cpp b/src/NaluWind.cpp index 0edda77..3f93008 100644 --- a/src/NaluWind.cpp +++ b/src/NaluWind.cpp @@ -55,11 +55,11 @@ void NaluWind::init_prolog(bool multi_solver_mode) // Dump the input yaml to the start of the logfile // before the nalu banner if (!env.parallel_rank()) { - std::cout << std::string(20, '#') << " INPUT FILE START " - << std::string(20, '#') << std::endl; - sierra::nalu::NaluParsingHelper::emit(std::cout, doc); - std::cout << std::string(20, '#') << " INPUT FILE END " - << std::string(20, '#') << std::endl; + std::cout << std::string(20, '#') << " INPUT FILE START " + << std::string(20, '#') << std::endl; + sierra::nalu::NaluParsingHelper::emit(std::cout, doc); + std::cout << std::string(20, '#') << " INPUT FILE END " + << std::string(20, '#') << std::endl; } m_sim.load(m_doc); if (m_sim.timeIntegrator_->overset_ != nullptr)