From dbbd7ad366246bbcd15ae54c0b50fd1e0c150953 Mon Sep 17 00:00:00 2001
From: Jean-Marco Alameddine <jean-marco.alameddine@udo.edu>
Date: Wed, 29 Mar 2023 09:27:48 +0200
Subject: [PATCH] clang format

---
 corsika/framework/random/ExponentialDistribution.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/corsika/framework/random/ExponentialDistribution.hpp b/corsika/framework/random/ExponentialDistribution.hpp
index 41299ac07..68a1531c7 100644
--- a/corsika/framework/random/ExponentialDistribution.hpp
+++ b/corsika/framework/random/ExponentialDistribution.hpp
@@ -14,7 +14,7 @@
 namespace corsika {
 
   /**
-   * Describes a random distribution with \f[ \beta e^{-\beta X} \f] for a physical 
+   * Describes a random distribution with \f[ \beta e^{-\beta X} \f] for a physical
    * quantity of type Quantity.
    *
    * @tparam Quantity is the type of the physical quantity.
-- 
GitLab