From 27d9255f5332aa5ab5e24c823f4e18a27cfa33c7 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Tue, 6 Jun 2017 18:27:00 +0100 Subject: [PATCH] Fix trailing whitespace in schdispatch_gui.cpp --- src/schdispatch_gui.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/schdispatch_gui.cpp b/src/schdispatch_gui.cpp index 0e8aab5607..e698ebef28 100644 --- a/src/schdispatch_gui.cpp +++ b/src/schdispatch_gui.cpp @@ -194,7 +194,7 @@ struct SchdispatchWindow : Window { resize->width = base_width; size->width = resize->width * 3; size->height = resize->height * 3; - + fill->width = resize->width; fill->height = resize->height; break; @@ -248,7 +248,7 @@ struct SchdispatchWindow : Window { this->DisableWidget(WID_SCHDISPATCH_SET_DURATION); this->DisableWidget(WID_SCHDISPATCH_SET_START_DATE); } - + this->vscroll->SetCount(CeilDiv(this->item_count, this->num_columns)); this->SetWidgetLoweredState(WID_SCHDISPATCH_ENABLED, HasBit(v->vehicle_flags, VF_SCHEDULED_DISPATCH)); @@ -342,7 +342,7 @@ struct SchdispatchWindow : Window { SetDParam(4, v->orders.list->GetScheduledDispatchStartTick()); DrawString(r.left + WD_FRAMERECT_LEFT, r.right - WD_FRAMERECT_RIGHT, y, STR_SCHDISPATCH_SUMMARY_L2); y += FONT_HEIGHT_NORMAL; - + SetTimetableParams(0, v->orders.list->GetScheduledDispatchDelay()); DrawString(r.left + WD_FRAMERECT_LEFT, r.right - WD_FRAMERECT_RIGHT, y, STR_SCHDISPATCH_SUMMARY_L3); }