From 774eed9d3ad55ac3804405dde590488dad875082 Mon Sep 17 00:00:00 2001
From: Soeren Peters <peters@irmb.tu-bs.de>
Date: Fri, 5 Feb 2021 15:03:43 +0100
Subject: [PATCH] Remove double #endif.

---
 3rdParty/cuda_samples/exception.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/3rdParty/cuda_samples/exception.h b/3rdParty/cuda_samples/exception.h
index 57cc87d22..84e348b59 100644
--- a/3rdParty/cuda_samples/exception.h
+++ b/3rdParty/cuda_samples/exception.h
@@ -148,5 +148,4 @@ Exception<Std_Exception>::~Exception() throw() {}
 
 // functions, exported
 
-#endif  // COMMON_EXCEPTION_H_
 #endif  // COMMON_EXCEPTION_H_
\ No newline at end of file
-- 
GitLab