From 8b109bd26fe28b20b512d56e3c6526d0343651af Mon Sep 17 00:00:00 2001
From: Remy Prechelt <prechelt@hawaii.edu>
Date: Sun, 17 Oct 2021 10:59:57 -1000
Subject: [PATCH] Fixed formatting in Decay.inl

---
 corsika/detail/modules/sibyll/Decay.inl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/corsika/detail/modules/sibyll/Decay.inl b/corsika/detail/modules/sibyll/Decay.inl
index 75ba3e1cd..6b8ae281d 100644
--- a/corsika/detail/modules/sibyll/Decay.inl
+++ b/corsika/detail/modules/sibyll/Decay.inl
@@ -221,7 +221,7 @@ namespace corsika::sibyll {
           static_cast<corsika::sibyll::SibyllCode>(outputSibPID[i]));
 
       CORSIKA_LOG_TRACE("Sibyll::Decay: i={} id={} p={} GeV", i, pid, components / 1_GeV);
-      
+
       projectile.addSecondary(
           std::make_tuple(pid, MomentumVector(rootCS, components), decayPoint, t0));
     }
-- 
GitLab