From a5576af871a8a1333c93cd8a41f9659fb7ef1ab4 Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Mon, 13 Jul 2020 13:39:04 +0200
Subject: [PATCH] [PL/BC] Clang format.

---
 .../DirichletBoundaryConditionAuxiliaryFunctions.cpp           | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ProcessLib/BoundaryCondition/DirichletBoundaryConditionAuxiliaryFunctions.cpp b/ProcessLib/BoundaryCondition/DirichletBoundaryConditionAuxiliaryFunctions.cpp
index 471b4b9f462..8675f5897b5 100644
--- a/ProcessLib/BoundaryCondition/DirichletBoundaryConditionAuxiliaryFunctions.cpp
+++ b/ProcessLib/BoundaryCondition/DirichletBoundaryConditionAuxiliaryFunctions.cpp
@@ -52,8 +52,7 @@ void checkParametersOfDirichletBoundaryCondition(
 
     DBUG(
         "Found {:d} nodes for Dirichlet BCs for the variable {:d} and "
-        "component "
-        "{:d}",
+        "component {:d}",
         bc_mesh.getNodes().size(), variable_id, component_id);
 }
 
-- 
GitLab