From 0141b81b5ef16d8d75b6f5e3c1a300f70f94a3f3 Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Fri, 17 Apr 2020 11:31:15 +0200
Subject: [PATCH] [MeL/Elements] Clang format.

---
 MeshLib/Elements/Element.h | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/MeshLib/Elements/Element.h b/MeshLib/Elements/Element.h
index 1216bad930b..13bec65e740 100644
--- a/MeshLib/Elements/Element.h
+++ b/MeshLib/Elements/Element.h
@@ -141,7 +141,10 @@ public:
     /**
      * Returns true if the element has zero length/area/volume.
      */
-    bool hasZeroVolume() const { return this->getContent() < std::numeric_limits<double>::epsilon(); }
+    bool hasZeroVolume() const
+    {
+        return this->getContent() < std::numeric_limits<double>::epsilon();
+    }
 
     /// Returns true if the element is located at a boundary (i.e. has at least one face without neighbour)
     virtual bool isBoundaryElement() const;
-- 
GitLab