From ac24693719e8653eb830e1c6f416472ac303c5eb Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 31 Jan 2024 00:57:48 +0000 Subject: [PATCH] Code format - (Clang-format) --- source/gui.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/gui.cpp b/source/gui.cpp index 6cd5abfc..eeff33ed 100644 --- a/source/gui.cpp +++ b/source/gui.cpp @@ -364,8 +364,7 @@ bool GUI::LoadDataFiles(wxString &error, wxArrayString &warnings) { return true; } -void GUI::unloadMapWindow() -{ +void GUI::unloadMapWindow() { UnnamedRenderingLock(); gfx.clear(); current_brush = nullptr;