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.
This commit is contained in:
2025-10-12 19:59:47 +03:00
parent b9e2307d7a
commit 563ae0a656

View File

@@ -181,7 +181,7 @@ namespace
using NtHeaderVariant = using NtHeaderVariant =
std::variant<ImageNtHeaders<NtArchitecture::x64_bit>, ImageNtHeaders<NtArchitecture::x32_bit>>; std::variant<ImageNtHeaders<NtArchitecture::x64_bit>, ImageNtHeaders<NtArchitecture::x32_bit>>;
} } // namespace
// Internal PE scanner functions // Internal PE scanner functions
namespace namespace