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 515076b741
commit 44d923766c

View File

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