Timetable wait in depot: minor whitespace/style changes.

This commit is contained in:
Jonathan G Rennison
2015-08-03 01:06:42 +01:00
parent d8c5de188f
commit 4d1c4d18be
5 changed files with 17 additions and 8 deletions

View File

@@ -2199,7 +2199,8 @@ void Vehicle::HandleWaiting(bool stop_waiting)
break;
}
default: return;
default:
return;
}
}