From 163549098d09ed482ef1749277d17612e05ac33e Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Wed, 9 Oct 2024 10:46:22 -0500 Subject: [PATCH] cleanup --- support/include/utils/all.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/include/utils/all.hpp b/support/include/utils/all.hpp index 16c750b3..68942580 100644 --- a/support/include/utils/all.hpp +++ b/support/include/utils/all.hpp @@ -55,5 +55,5 @@ #if defined(_WIN32) #include "utils/windows.hpp" #endif // defined(_WIN32) -// + #endif // REPERTORY_INCLUDE_UTILS_ALL_HPP_