diff --git a/examples/cascade_example.cpp b/examples/cascade_example.cpp
index 246b5538abb1e69874f5429f8b71561c7236a599..d14843c51730d8c05dd2e8d46c7374ba5e4224b7 100644
--- a/examples/cascade_example.cpp
+++ b/examples/cascade_example.cpp
@@ -54,7 +54,7 @@ using namespace std;
 //
 int main() {
 
-  //logging::set_level(logging::level::info);
+  // logging::set_level(logging::level::info);
   corsika_logger->set_pattern("[%n:%^%-8l%$] custom pattern: %v");
   logging::set_level(logging::level::trace);
 
diff --git a/tests/framework/testCOMBoost.cpp b/tests/framework/testCOMBoost.cpp
index 4b60566e4becf97e71d2e6b6b8564387133774e8..caf6f08965bf4468294df23dee13e4f265dd4c47 100644
--- a/tests/framework/testCOMBoost.cpp
+++ b/tests/framework/testCOMBoost.cpp
@@ -173,7 +173,7 @@ TEST_CASE("boosts") {
 
   logging::set_level(logging::level::info);
   corsika_logger->set_pattern("[%n:%^%-8l%$] custom pattern: %v");
-  
+
   // define target kinematics in lab frame
   HEPMassType const targetMass = 1_GeV;
   MomentumVector pTargetLab{rootCS, {0_eV, 0_eV, 0_eV}};
diff --git a/tests/framework/testClassTimer.cpp b/tests/framework/testClassTimer.cpp
index 008b581e866e9e2a5c65dbb6ed9a5c354bc16804..d51a56b1a254146847f742bfc0283ee9f6e44be2 100644
--- a/tests/framework/testClassTimer.cpp
+++ b/tests/framework/testClassTimer.cpp
@@ -107,7 +107,7 @@ TEST_CASE("ClassTimer", "[Timer]") {
 
   logging::set_level(logging::level::info);
   corsika_logger->set_pattern("[%n:%^%-8l%$] custom pattern: %v");
-  
+
   SECTION("Measure runtime of a function without arguments") {
 
     auto test = foo();
diff --git a/tests/framework/testFunctionTimer.cpp b/tests/framework/testFunctionTimer.cpp
index 6596bcb70d69ff9e5eb87f0ccde07a283a43849a..f0bc38e67ec68a7aa85c898f007e1fd405b4dc1c 100644
--- a/tests/framework/testFunctionTimer.cpp
+++ b/tests/framework/testFunctionTimer.cpp
@@ -34,7 +34,7 @@ TEST_CASE("FunctionTimer", "[Timer]") {
 
   logging::set_level(logging::level::info);
   corsika_logger->set_pattern("[%n:%^%-8l%$] custom pattern: %v");
-  
+
   SECTION("Measure runtime of a free function") {
 
     auto test = corsika::FunctionTimer(testFunc);
diff --git a/tests/framework/testGeometry.cpp b/tests/framework/testGeometry.cpp
index f0cd253f74246b0be45597df3f0f8a525c2d306b..a39201c04de97d13ccc24343cd5b4a0148a2c5a5 100644
--- a/tests/framework/testGeometry.cpp
+++ b/tests/framework/testGeometry.cpp
@@ -30,7 +30,7 @@ TEST_CASE("transformations between CoordinateSystems") {
 
   logging::set_level(logging::level::info);
   corsika_logger->set_pattern("[%n:%^%-8l%$] custom pattern: %v");
-  
+
   CoordinateSystemPtr rootCS = get_root_CoordinateSystem();
 
   QuantityVector<length_d> const coordinates{0_m, 0_m, 0_m};
diff --git a/tests/framework/testLogging.cpp b/tests/framework/testLogging.cpp
index 0c6de5282896326a54fe89d5e4699a91d34630f5..b737d7dfa778b0cdf78b235479177e51534311b2 100644
--- a/tests/framework/testLogging.cpp
+++ b/tests/framework/testLogging.cpp
@@ -13,9 +13,9 @@
 using namespace corsika;
 
 TEST_CASE("Logging", "[Logging]") {
-  
+
   corsika_logger->set_pattern("[%n:%^%-8l%$] custom pattern: %v");
-    
+
   SECTION("top level functions using default corsika logger") {
     logging::info("(1) This is an info message!");
     logging::warn("(1) This is a warning message!");
diff --git a/tests/media/testEnvironment.cpp b/tests/media/testEnvironment.cpp
index 799ff242305a98fd59fa7e3c0fc26d259f2ddfc6..d9e42cf0cdcb9b6cf22c6e6b4a7611ffa3c2f8b6 100644
--- a/tests/media/testEnvironment.cpp
+++ b/tests/media/testEnvironment.cpp
@@ -42,7 +42,7 @@ TEST_CASE("HomogeneousMedium") {
 
   logging::set_level(logging::level::info);
   corsika_logger->set_pattern("[%n:%^%-8l%$] custom pattern: %v");
-  
+
   NuclearComposition const protonComposition(std::vector<Code>{Code::Proton},
                                              std::vector<float>{1.f});
   HomogeneousMedium<IMediumModel> const medium(19.2_g / cube(1_cm), protonComposition);
@@ -52,7 +52,7 @@ TEST_CASE("FlatExponential") {
 
   logging::set_level(logging::level::info);
   corsika_logger->set_pattern("[%n:%^%-8l%$] custom pattern: %v");
-  
+
   NuclearComposition const protonComposition(std::vector<Code>{Code::Proton},
                                              std::vector<float>{1.f});
 
@@ -115,7 +115,7 @@ TEST_CASE("SlidingPlanarExponential") {
 
   logging::set_level(logging::level::info);
   corsika_logger->set_pattern("[%n:%^%-8l%$] custom pattern: %v");
-  
+
   NuclearComposition const protonComposition(std::vector<Code>{Code::Proton},
                                              std::vector<float>{1.f});
 
@@ -176,7 +176,7 @@ TEST_CASE("InhomogeneousMedium") {
 
   logging::set_level(logging::level::info);
   corsika_logger->set_pattern("[%n:%^%-8l%$] custom pattern: %v");
-  
+
   Vector direction(gCS, QuantityVector<dimensionless_d>(1, 0, 0));
 
   Line line(gOrigin, Vector<SpeedType::dimension_type>(
diff --git a/tests/media/testShowerAxis.cpp b/tests/media/testShowerAxis.cpp
index 2293b616f0f3561b660407a4b5fb18613f676244..8ba454c342eb3ba1f972c4c6129ab0876fb1bcf9 100644
--- a/tests/media/testShowerAxis.cpp
+++ b/tests/media/testShowerAxis.cpp
@@ -49,7 +49,7 @@ TEST_CASE("Homogeneous Density") {
 
   logging::set_level(logging::level::info);
   corsika_logger->set_pattern("[%n:%^%-8l%$] custom pattern: %v");
-  
+
   auto [env, csPtr, nodePtr] = setupEnvironment(Code::Nitrogen);
   auto const& cs = *csPtr;
   [[maybe_unused]] auto const& env_dummy = env;
diff --git a/tests/modules/testCONEX.cpp b/tests/modules/testCONEX.cpp
index 48ddaa4c7d81e63287affa3de015be2c22f98180..621ae626a95b5fe6b1e73953b5d0d94c5a71c4ba 100644
--- a/tests/modules/testCONEX.cpp
+++ b/tests/modules/testCONEX.cpp
@@ -40,7 +40,7 @@ TEST_CASE("CONEXSourceCut") {
 
   logging::set_level(logging::level::info);
   corsika_logger->set_pattern("[%n:%^%-8l%$] custom pattern: %v");
-  
+
   RNGManager::getInstance().registerRandomStream("cascade");
   RNGManager::getInstance().registerRandomStream("sibyll");
 
diff --git a/tests/modules/testExecTime.cpp b/tests/modules/testExecTime.cpp
index 2079da842823860a63ec2aabbbf76b16339ec595..68a85d81b2af7343ed323777daef39f55286a69e 100644
--- a/tests/modules/testExecTime.cpp
+++ b/tests/modules/testExecTime.cpp
@@ -28,7 +28,7 @@ TEST_CASE("Timing process", "[proccesses][analytic_processors ExecTime]") {
 
   logging::set_level(logging::level::info);
   corsika_logger->set_pattern("[%n:%^%-8l%$] custom pattern: %v");
-  
+
   int tmp = 0;
 
   SECTION("BoundaryCrossing") {
diff --git a/tests/modules/testInteractionCounter.cpp b/tests/modules/testInteractionCounter.cpp
index 096903c5494178fe14d051bff2fd14c32cbbc5fa..350e1dc1de38a96a69d91941a37f0fb371eaccc3 100644
--- a/tests/modules/testInteractionCounter.cpp
+++ b/tests/modules/testInteractionCounter.cpp
@@ -106,7 +106,7 @@ TEST_CASE("InteractionCounterOutput", "[output validation]") {
 
   logging::set_level(logging::level::info);
   corsika_logger->set_pattern("[%n:%^%-8l%$] custom pattern: %v");
-  
+
   auto file = GENERATE(as<std::string>{}, "testInteractionCounter_file1",
                        "testInteractionCounter_file2");
 
diff --git a/tests/modules/testParticleCut.cpp b/tests/modules/testParticleCut.cpp
index 27164cadadf29117450db25425102e2f862667ef..a8894230196e5041482cd53d267d1786a5a05a21 100644
--- a/tests/modules/testParticleCut.cpp
+++ b/tests/modules/testParticleCut.cpp
@@ -26,7 +26,7 @@ TEST_CASE("ParticleCut", "[processes]") {
 
   logging::set_level(logging::level::info);
   corsika_logger->set_pattern("[%n:%^%-8l%$] custom pattern: %v");
-  
+
   feenableexcept(FE_INVALID);
   using EnvType = setup::Environment;
 
diff --git a/tests/modules/testUrQMD.cpp b/tests/modules/testUrQMD.cpp
index 03ea27d8cf62b03b2322fa8e56c3419b2c309cb2..28ed39a159c9ceb8bb0960d8adac735fc67a95a2 100644
--- a/tests/modules/testUrQMD.cpp
+++ b/tests/modules/testUrQMD.cpp
@@ -60,7 +60,7 @@ TEST_CASE("UrQMD") {
 
   logging::set_level(logging::level::info);
   corsika_logger->set_pattern("[%n:%^%-8l%$] custom pattern: %v");
-  
+
   SECTION("conversion") {
     CHECK_THROWS(corsika::urqmd::convertFromUrQMD(106, 0));
     CHECK(corsika::urqmd::convertFromUrQMD(101, 0) == Code::Pi0);