From d8a6ab64b455c35279ea91a18c2f5c7137864382 Mon Sep 17 00:00:00 2001 From: "M. Galib Uludag" Date: Wed, 29 Mar 2023 19:33:34 +0200 Subject: [PATCH] fixed endif --- include/spdlog/details/source_location.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/details/source_location.h b/include/spdlog/details/source_location.h index d2390f8d..7eef1484 100644 --- a/include/spdlog/details/source_location.h +++ b/include/spdlog/details/source_location.h @@ -76,5 +76,5 @@ private: const unsigned columnOffset; }; } // namespace details -#endif } // namespace spdlog +#endif