Vehicle repair costs patch: whitespace fixes.

This commit is contained in:
Jonathan G Rennison
2015-08-04 23:39:02 +01:00
parent 7537ae2a7e
commit 938babfe7b
2 changed files with 25 additions and 21 deletions

View File

@@ -106,15 +106,19 @@ void VehicleServiceInDepot(Vehicle *v)
case VEH_AIRCRAFT:
type = EXPENSES_AIRCRAFT_RUN;
break;
case VEH_TRAIN:
type = EXPENSES_TRAIN_RUN;
break;
case VEH_SHIP:
type = EXPENSES_SHIP_RUN;
break;
case VEH_ROAD:
type = EXPENSES_ROADVEH_RUN;
break;
default:
NOT_REACHED();
}