Skip to content

Commit d3e3a3a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 64bf1a5 commit d3e3a3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/KDFoundation/platform/win32/win32_platform_event_loop.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ auto s_msgWindowClassName = L"Win32PlatformEventLoop_msgWindow";
2626

2727
constexpr UINT WM_KD_SOCKETEVENT = WM_USER;
2828

29-
HMODULE GetCurrentModule() {
29+
HMODULE GetCurrentModule()
30+
{
3031
HMODULE hModule = nullptr;
3132
GetModuleHandleEx(GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS | GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT,
3233
reinterpret_cast<LPCWSTR>(&GetCurrentModule), &hModule);

0 commit comments

Comments
 (0)