From 8b1b0081ceb410f1eeaf64b32bc01b84e574ca7e Mon Sep 17 00:00:00 2001
From: Thibault Hallouin <thibault.hallouin@inrae.fr>
Date: Fri, 9 Jun 2023 11:55:11 +0200
Subject: [PATCH] add missing newline at end of file

---
 include/evalhyd/detail/determinist/efficiencies.hpp | 2 +-
 include/evalhyd/detail/determinist/errors.hpp       | 2 +-
 include/evalhyd/detail/probabilist/cdf.hpp          | 2 +-
 include/evalhyd/detail/probabilist/contingency.hpp  | 2 +-
 include/evalhyd/detail/probabilist/ranks.hpp        | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/include/evalhyd/detail/determinist/efficiencies.hpp b/include/evalhyd/detail/determinist/efficiencies.hpp
index df89367..b5d2302 100644
--- a/include/evalhyd/detail/determinist/efficiencies.hpp
+++ b/include/evalhyd/detail/determinist/efficiencies.hpp
@@ -809,4 +809,4 @@ namespace evalhyd
     }
 }
 
-#endif //EVALHYD_DETERMINIST_EFFICIENCIES_HPP
\ No newline at end of file
+#endif //EVALHYD_DETERMINIST_EFFICIENCIES_HPP
diff --git a/include/evalhyd/detail/determinist/errors.hpp b/include/evalhyd/detail/determinist/errors.hpp
index 646bbd4..4c778e2 100644
--- a/include/evalhyd/detail/determinist/errors.hpp
+++ b/include/evalhyd/detail/determinist/errors.hpp
@@ -478,4 +478,4 @@ namespace evalhyd
     }
 }
 
-#endif //EVALHYD_DETERMINIST_ERRORS_HPP
\ No newline at end of file
+#endif //EVALHYD_DETERMINIST_ERRORS_HPP
diff --git a/include/evalhyd/detail/probabilist/cdf.hpp b/include/evalhyd/detail/probabilist/cdf.hpp
index e0cf0b1..1b02c2c 100644
--- a/include/evalhyd/detail/probabilist/cdf.hpp
+++ b/include/evalhyd/detail/probabilist/cdf.hpp
@@ -198,4 +198,4 @@ namespace evalhyd
     }
 }
 
-#endif //EVALHYD_PROBABILIST_CDF_HPP
\ No newline at end of file
+#endif //EVALHYD_PROBABILIST_CDF_HPP
diff --git a/include/evalhyd/detail/probabilist/contingency.hpp b/include/evalhyd/detail/probabilist/contingency.hpp
index 0c3aa0e..a4685e4 100644
--- a/include/evalhyd/detail/probabilist/contingency.hpp
+++ b/include/evalhyd/detail/probabilist/contingency.hpp
@@ -541,4 +541,4 @@ namespace evalhyd
     }
 }
 
-#endif //EVALHYD_PROBABILIST_CONTINGENCY_HPP
\ No newline at end of file
+#endif //EVALHYD_PROBABILIST_CONTINGENCY_HPP
diff --git a/include/evalhyd/detail/probabilist/ranks.hpp b/include/evalhyd/detail/probabilist/ranks.hpp
index ee30290..ea68e6d 100644
--- a/include/evalhyd/detail/probabilist/ranks.hpp
+++ b/include/evalhyd/detail/probabilist/ranks.hpp
@@ -449,4 +449,4 @@ namespace evalhyd
     }
 }
 
-#endif //EVALHYD_PROBABILIST_RANKS_HPP
\ No newline at end of file
+#endif //EVALHYD_PROBABILIST_RANKS_HPP
-- 
GitLab