Fix indentation

This commit is contained in:
David Capello 2021-03-03 10:49:04 -03:00
parent 777a0f132a
commit 9189b8b9dc

View File

@ -1454,7 +1454,7 @@ void Manager::_closeWindow(Window* window, bool redraw_background)
redrawState = RedrawState::ClosingApp; redrawState = RedrawState::ClosingApp;
} }
else { else {
redrawState = RedrawState::AWindowHasJustBeenClosed; redrawState = RedrawState::AWindowHasJustBeenClosed;
} }
} }