From 45b75692d97abde692fe49be8ff9352c63d1940a Mon Sep 17 00:00:00 2001 From: Marijn van der Werf Date: Fri, 27 Oct 2017 23:55:04 +0200 Subject: [PATCH] Fix code style --- src/openrct2/Context.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/openrct2/Context.cpp b/src/openrct2/Context.cpp index c1f502ff3e..466862c0ee 100644 --- a/src/openrct2/Context.cpp +++ b/src/openrct2/Context.cpp @@ -1045,11 +1045,11 @@ extern "C" return windowManager->ShowError(title, message); } -void context_update_map_tooltip() -{ - auto windowManager = GetContext()->GetUiContext()->GetWindowManager(); - windowManager->UpdateMapTooltip(); -} + void context_update_map_tooltip() + { + auto windowManager = GetContext()->GetUiContext()->GetWindowManager(); + windowManager->UpdateMapTooltip(); + } void context_input_handle_keyboard(bool isTitle) {