From 480af9c9171badb7db906d2cc05856f4c2d87b73 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 22 Aug 2006 14:38:37 +0000 Subject: (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. --- roadveh_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roadveh_cmd.c') diff --git a/roadveh_cmd.c b/roadveh_cmd.c index be1c091ac..88396661c 100644 --- a/roadveh_cmd.c +++ b/roadveh_cmd.c @@ -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) { -- cgit v1.2.3-54-g00ecf