From 344fcf48ad46033fa0407880eb15baaf0ab4c8d7 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Fri, 23 Jun 2023 16:13:19 +0200 Subject: [PATCH] fix indent --- ISLE/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ISLE/main.cpp b/ISLE/main.cpp index 0959b38a..f45e9529 100644 --- a/ISLE/main.cpp +++ b/ISLE/main.cpp @@ -125,9 +125,9 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine g_mousemoved = FALSE; } } else if (g_mousemoved) { - if (g_isle) { + if (g_isle) { g_isle->Tick(0); - } + } goto LAB_00401bc7; } }