From df799a41d07f25b3302566a5846d109c9b71925b Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Tue, 16 May 2017 14:57:17 +0200
Subject: [PATCH] [PL] Clang format.

---
 ProcessLib/ProcessVariable.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ProcessLib/ProcessVariable.cpp b/ProcessLib/ProcessVariable.cpp
index c08b3ce7f70..76533636cb4 100644
--- a/ProcessLib/ProcessVariable.cpp
+++ b/ProcessLib/ProcessVariable.cpp
@@ -131,7 +131,8 @@ ProcessVariable::createBoundaryConditions(
 
     for (auto& config : _bc_configs)
         bcs.emplace_back(_bc_builder->createBoundaryCondition(
-            config, dof_table, _mesh, variable_id, integration_order, _shapefunction_order, parameters));
+            config, dof_table, _mesh, variable_id, integration_order,
+            _shapefunction_order, parameters));
 
     return bcs;
 }
-- 
GitLab