From 84b86297f28dfcae00dc717804009461a366b76e Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Fri, 27 Mar 2020 15:57:41 +0100 Subject: [PATCH] Fix indent --- examples/step-67/step-67.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/step-67/step-67.cc b/examples/step-67/step-67.cc index 9dd18a7556..37f13d373a 100644 --- a/examples/step-67/step-67.cc +++ b/examples/step-67/step-67.cc @@ -2066,8 +2066,8 @@ namespace Euler_DG pcout << "Vectorization over " << n_vect_number << " " << (std::is_same::value ? "doubles" : "floats") << " = " << n_vect_bits << " bits (" - << Utilities::System::get_current_vectorization_level() - << ")" << std::endl; + << Utilities::System::get_current_vectorization_level() << ")" + << std::endl; } make_grid_and_dofs(); -- 2.39.5