From 62dcad4e65da72bda0139b2b4963114b6082bbfb Mon Sep 17 00:00:00 2001 From: peter1138 Date: Fri, 9 Jun 2006 08:26:22 +0000 Subject: (svn r5192) - Stylechange: fix bjarni's tabs-instead-of-spaces alignment --- command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command.c b/command.c index 18656a52e..9749c8e85 100644 --- a/command.c +++ b/command.c @@ -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 */ -- cgit v1.2.3-54-g00ecf