diff options
author | peter1138 <peter1138@openttd.org> | 2006-06-09 08:26:22 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2006-06-09 08:26:22 +0000 |
commit | 62dcad4e65da72bda0139b2b4963114b6082bbfb (patch) | |
tree | afbaa26d6f2cc31cd71441e0baf65912c1af32a4 | |
parent | e679cfe80282428d61edeaf450aca0ac4cb10d7a (diff) | |
download | openttd-62dcad4e65da72bda0139b2b4963114b6082bbfb.tar.xz |
(svn r5192) - Stylechange: fix bjarni's tabs-instead-of-spaces alignment
-rw-r--r-- | command.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -301,7 +301,7 @@ static const Command _command_proc_table[] = { {CmdGiveMoney, 0}, /* 113 */ {CmdChangePatchSetting, CMD_SERVER}, /* 114 */ {CmdReplaceVehicle, 0}, /* 115 */ - {CmdCloneVehicle, 0}, /* 116 */ + {CmdCloneVehicle, 0}, /* 116 */ }; /* This function range-checks a cmd, and checks if the cmd is not NULL */ |