From 59499c5ca8b89894cd56545142ac1e45592a0a7d Mon Sep 17 00:00:00 2001
From: rulrich <ralf.m.ulrich@kit.edu>
Date: Sun, 31 May 2020 16:08:25 +0200
Subject: [PATCH] format

---
 Processes/CONEX/testConex.cc | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/Processes/CONEX/testConex.cc b/Processes/CONEX/testConex.cc
index 5f0c221da..05b68a821 100644
--- a/Processes/CONEX/testConex.cc
+++ b/Processes/CONEX/testConex.cc
@@ -29,7 +29,7 @@ TEST_CASE("CONEX", "[processes]") {
     std::string parameterPathName = "";
     auto cxModel = eSibyll23;
     ConexDynamicInterface cx(cxModel);
-    
+
     int randomSeeds[3];
     randomSeeds[0] = 1234;
     randomSeeds[1] = 0;
@@ -38,17 +38,15 @@ TEST_CASE("CONEX", "[processes]") {
     int nShower = 1; // large to avoid final stats.
     int maxDetail = 0;
     int particleListMode = 0;
-    cx.Init(nShower, randomSeeds, cxModel, maxDetail,
-	    particleListMode,
-	    parameterPathName);
+    cx.Init(nShower, randomSeeds, cxModel, maxDetail, particleListMode,
+            parameterPathName);
 
     double energyInGeV = 100.;
     double zenith = 60;
     double azimuth = 0;
     double impactParameter = 0;
     int particleType = 100;
-    
+
     cx.RunConex(randomSeeds, energyInGeV, zenith, azimuth, impactParameter, particleType);
-    
   }
 }
-- 
GitLab