From fe2f2207c17660f4db77fa789952bf2572fc4916 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Sun, 14 Jan 2024 14:36:19 +0000 Subject: [PATCH] Minor formatting fix --- src/vehicle_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vehicle_gui.cpp b/src/vehicle_gui.cpp index ebced01262..e50b064d0c 100644 --- a/src/vehicle_gui.cpp +++ b/src/vehicle_gui.cpp @@ -2401,7 +2401,7 @@ public: void OnClick([[maybe_unused]] Point pt, WidgetID widget, [[maybe_unused]] int click_count) override { switch (widget) { - case WID_VL_ORDER_VIEW: // Open the shared orders window + case WID_VL_ORDER_VIEW: // Open the shared orders window assert(this->vli.type == VL_SHARED_ORDERS); assert(!this->vehicles.empty()); ShowOrdersWindow(this->vehicles[0]);