From 1447030fc379516de76e65eab61e55c565c10227 Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Thu, 20 Oct 2016 11:51:33 +0200
Subject: [PATCH] [PL/RichardsFlow] Remove space at line end.

---
 ProcessLib/RichardsFlow/RichardsFlowFEM.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ProcessLib/RichardsFlow/RichardsFlowFEM.h b/ProcessLib/RichardsFlow/RichardsFlowFEM.h
index e28d31bd700..3c70ae641d6 100644
--- a/ProcessLib/RichardsFlow/RichardsFlowFEM.h
+++ b/ProcessLib/RichardsFlow/RichardsFlowFEM.h
@@ -125,7 +125,7 @@ public:
 
             double const k_rel = interpolated_Kr.getValue(Sw);
             // \TODO Extend to pressure dependent density.
-            double const drhow_dp(0.0); 
+            double const drhow_dp(0.0);
 
             double const mass_mat_coeff =
                 storage * Sw + poro * Sw * drhow_dp - poro * dSwdPc;
-- 
GitLab