# HG changeset patch # User peter1138 # Date 1149841582 0 # Node ID 1e0b851409c64f8e20bd98e82db7433bb36a8e79 # Parent f4cec86aeb9ba68e8c188b35f5e3ba7f01f4aff4 (svn r5192) - Stylechange: fix bjarni's tabs-instead-of-spaces alignment diff --git a/command.c b/command.c --- a/command.c +++ b/command.c @@ -301,7 +301,7 @@ {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 */