mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
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:
@@ -181,7 +181,7 @@ namespace
|
||||
|
||||
using NtHeaderVariant =
|
||||
std::variant<ImageNtHeaders<NtArchitecture::x64_bit>, ImageNtHeaders<NtArchitecture::x32_bit>>;
|
||||
}
|
||||
} // namespace
|
||||
|
||||
// Internal PE scanner functions
|
||||
namespace
|
||||
|
||||
Reference in New Issue
Block a user