Codechange: Ensure space between for
/if
and (
.
This commit is contained in:

committed by
Peter Nelson

parent
d4008850e3
commit
938c8339d2
@@ -792,7 +792,7 @@ public:
|
||||
if (_settings_client.gui.quick_goto && v->owner == _local_company) {
|
||||
/* If there are less than 2 station, make Go To active. */
|
||||
int station_orders = 0;
|
||||
for(const Order *order : v->Orders()) {
|
||||
for (const Order *order : v->Orders()) {
|
||||
if (order->IsType(OT_GOTO_STATION)) station_orders++;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user