From 06b1c98792f77172f797b30453195e78123fa53b Mon Sep 17 00:00:00 2001
From: Felix Riehn <felix@matilda>
Date: Thu, 28 Jan 2021 12:11:21 +0000
Subject: [PATCH] clang again

---
 corsika/modules/ParticleCut.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/corsika/modules/ParticleCut.hpp b/corsika/modules/ParticleCut.hpp
index b1110bf35..1678c528e 100644
--- a/corsika/modules/ParticleCut.hpp
+++ b/corsika/modules/ParticleCut.hpp
@@ -58,7 +58,7 @@ namespace corsika {
     }
 
     void printThresholds();
-    void showResults(); // LCOV_EXCL_LINE 
+    void showResults(); // LCOV_EXCL_LINE
     void reset();
 
     HEPEnergyType getElectronECut() const { return get_energy_threshold(Code::Electron); }
-- 
GitLab