Skip to content

Commit

Permalink
Code format - (Clang-format)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and dudantas committed Jan 31, 2024
1 parent 99c2b17 commit ac24693
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ac24693

Please sign in to comment.