From 563ae0a6566e0c70b39eba13e83875d18444aadc Mon Sep 17 00:00:00 2001 From: Orange Date: Sun, 12 Oct 2025 19:59:47 +0300 Subject: [PATCH] Moves namespace declaration to end of file Refactors the source file layout to improve readability and consistency. Moves the namespace declaration to the end of the file. --- source/utility/pe_pattern_scan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/utility/pe_pattern_scan.cpp b/source/utility/pe_pattern_scan.cpp index 51d92cf..90c47e5 100644 --- a/source/utility/pe_pattern_scan.cpp +++ b/source/utility/pe_pattern_scan.cpp @@ -181,7 +181,7 @@ namespace using NtHeaderVariant = std::variant, ImageNtHeaders>; -} +} // namespace // Internal PE scanner functions namespace