From: Martin Kronbichler Date: Fri, 27 Mar 2020 14:57:41 +0000 (+0100) Subject: Fix indent X-Git-Tag: v9.2.0-rc1~338^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84b86297f28dfcae00dc717804009461a366b76e;p=dealii.git Fix indent --- 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();