From e7bc51fcda0a8e05cf8a1ff15d5a57a7658b85cb Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Thu, 27 Aug 2026 07:53:40 +0200 Subject: [PATCH] chore(windows): formatting Co-authored-by: Ross Cruickshank --- windows/src/engine/keyman32/keyman32.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/windows/src/engine/keyman32/keyman32.cpp b/windows/src/engine/keyman32/keyman32.cpp index 998fa1ebcf..c60f674bf5 100644 --- a/windows/src/engine/keyman32/keyman32.cpp +++ b/windows/src/engine/keyman32/keyman32.cpp @@ -612,8 +612,7 @@ void HandleRefresh(int code, LONG tag) { break; } - #ifndef _WIN64 - +#ifndef _WIN64 // This RefreshTag is only ever incremented here by the controller thread // for x86 so this is a thread safe operation *Globals::RefreshTag() = Globals::get_RefreshTag() + 1; @@ -626,7 +625,7 @@ void HandleRefresh(int code, LONG tag) { } #else *Globals::RefreshTag() = tag; - #endif +#endif SendDebugMessageFormat("HandleRefresh: new tag = %d", Globals::get_RefreshTag()); RefreshThreadKeyboardsIfRequired();