From f58f4783751334ee35b6667c083f55e793d39250 Mon Sep 17 00:00:00 2001 From: Gavin Ridley Date: Thu, 20 Oct 2022 16:58:50 -0400 Subject: [PATCH] align spaces --- src/output.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/output.cpp b/src/output.cpp index 84e50462cc..59cb157127 100644 --- a/src/output.cpp +++ b/src/output.cpp @@ -396,7 +396,7 @@ void print_build_info() fmt::print("DAGMC support: {}\n", dagmc); fmt::print("libMesh support: {}\n", libmesh); fmt::print("Coverage testing: {}\n", coverage); - fmt::print("Profiling flags: {}\n", profiling); + fmt::print("Profiling flags: {}\n", profiling); } }