(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
This commit is contained in:
@@ -1204,7 +1204,7 @@ static const byte _road_veh_data_1[] = {
|
||||
15, 15, 11, 11
|
||||
};
|
||||
|
||||
static const byte _roadveh_data_2[4] = { 0,1,8,9 };
|
||||
static const byte _roadveh_data_2[4] = { 0, 1, 8, 9 };
|
||||
|
||||
static void RoadVehController(Vehicle *v)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user