changeset 17005:1983c4221da5 draft

(svn r21741) -Fix (r21668): Some white space slipped past the commit hook
author planetmaker <planetmaker@openttd.org>
date Sat, 08 Jan 2011 16:10:07 +0000
parents 70f9ecb7f33b
children 60f4773940c6
files src/network/network_admin.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/network/network_admin.cpp
+++ b/src/network/network_admin.cpp
@@ -462,7 +462,7 @@
 
 		/* Should SEND_MTU be exceeded, start a new packet
 		 * (magic 5: 1 bool "more data" and one uint16 "command id", one
-    * byte for string '\0' termination and 1 bool "no more data" */
+		 * byte for string '\0' termination and 1 bool "no more data" */
 		if (p->size + strlen(cmdname) + 5 >= SEND_MTU) {
 			p->Send_bool(false);
 			this->SendPacket(p);