From 9370c8c47ca8d58478cb44f96a3b7aaa3b8c0e3d Mon Sep 17 00:00:00 2001
From: Andreas Salzburger <Andreas.Salzburger@cern.ch>
Date: Tue, 17 Mar 2020 16:31:34 +0100
Subject: [PATCH] clang-format

---
 Tests/UnitTests/Core/Surfaces/ConeBoundsTests.cpp | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Tests/UnitTests/Core/Surfaces/ConeBoundsTests.cpp b/Tests/UnitTests/Core/Surfaces/ConeBoundsTests.cpp
index 0c83ace42..bc9876dd2 100644
--- a/Tests/UnitTests/Core/Surfaces/ConeBoundsTests.cpp
+++ b/Tests/UnitTests/Core/Surfaces/ConeBoundsTests.cpp
@@ -49,7 +49,8 @@ BOOST_AUTO_TEST_CASE(ConeBoundsConstruction) {
   BOOST_TEST_CHECKPOINT("Five parameter constructor)");
   ConeBounds fiveParamConstructedConeBounds(alpha, zMin, zMax, halfPhi,
                                             averagePhi);
-  BOOST_CHECK_EQUAL(fiveParamConstructedConeBounds.type(), SurfaceBounds::eCone);
+  BOOST_CHECK_EQUAL(fiveParamConstructedConeBounds.type(),
+                    SurfaceBounds::eCone);
   BOOST_TEST_CHECKPOINT("Copy constructor");
   ConeBounds copyConstructedConeBounds(fiveParamConstructedConeBounds);
   BOOST_CHECK_EQUAL(copyConstructedConeBounds, fiveParamConstructedConeBounds);
@@ -91,7 +92,8 @@ BOOST_AUTO_TEST_CASE(ConeBoundsProperties) {
   CHECK_CLOSE_REL(coneBoundsObject.get<ConeBounds::eMaxZ>(), zMax, 1e-6);
   //
   /// test for averagePhi
-  CHECK_CLOSE_REL(coneBoundsObject.get<ConeBounds::eHalfPhiSector>(), halfPhi, 1e-6);
+  CHECK_CLOSE_REL(coneBoundsObject.get<ConeBounds::eHalfPhiSector>(), halfPhi,
+                  1e-6);
   //
   /// test for dump
   boost::test_tools::output_test_stream dumpOuput;
-- 
GitLab