From dae4f07f700bf41abffc02c0ce8f148ddbcc2026 Mon Sep 17 00:00:00 2001 From: redthing1 Date: Tue, 10 Jun 2025 00:31:17 -0700 Subject: [PATCH] module manager: apply clang format --- src/windows-emulator/module/module_manager.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/windows-emulator/module/module_manager.hpp b/src/windows-emulator/module/module_manager.hpp index 927d5e67..6155a039 100644 --- a/src/windows-emulator/module/module_manager.hpp +++ b/src/windows-emulator/module/module_manager.hpp @@ -25,8 +25,8 @@ class module_manager mapped_module* map_module(const windows_path& file, const logger& logger, bool is_static = false); mapped_module* map_local_module(const std::filesystem::path& file, const logger& logger, bool is_static = false); - mapped_module* map_memory_module(uint64_t base_address, uint64_t image_size, - const std::string& module_name, const logger& logger, bool is_static = false); + mapped_module* map_memory_module(uint64_t base_address, uint64_t image_size, const std::string& module_name, + const logger& logger, bool is_static = false); mapped_module* find_by_address(const uint64_t address) {