From 3bfd85c2cdc15c2188c86823bc4ddd879da7c1e6 Mon Sep 17 00:00:00 2001 From: Matt Borland Date: Tue, 23 Jul 2024 15:29:25 -0400 Subject: [PATCH] Fix line endings --- test/cuda_managed_ptr.hpp | 2 +- test/stopwatch.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/cuda_managed_ptr.hpp b/test/cuda_managed_ptr.hpp index 59cabd3f7..3d0f3e800 100644 --- a/test/cuda_managed_ptr.hpp +++ b/test/cuda_managed_ptr.hpp @@ -136,4 +136,4 @@ public: template cudaResetter const cuda_managed_ptr::resetter; -#endif \ No newline at end of file +#endif diff --git a/test/stopwatch.hpp b/test/stopwatch.hpp index 5fe84c3c3..9f3c60de8 100644 --- a/test/stopwatch.hpp +++ b/test/stopwatch.hpp @@ -36,4 +36,4 @@ private: typedef stopwatch watch; -#endif \ No newline at end of file +#endif