ship_cmd.c
changeset 915 013cb2d74800
parent 909 81bc9ef93f50
child 919 b0d6c7642f99
--- a/ship_cmd.c	Thu Jan 06 17:40:57 2005 +0000
+++ b/ship_cmd.c	Thu Jan 06 18:45:28 2005 +0000
@@ -996,7 +996,7 @@
 				v->u.ship.state != 0x80)
 			return_cmd_error(STR_980B_SHIP_MUST_BE_STOPPED_IN);
 		}
-		
+
 	cost = 0;
 	if (IS_HUMAN_PLAYER(v->owner) && (byte)p2 != v->cargo_type) {
 		cost = _price.ship_base >> 7;
@@ -1006,7 +1006,7 @@
 		//autorefitted ships wants to keep the cargo
 		//it will be checked if the cargo is valid in CmdRenewVehicle
 		if (!(SkipStoppedInDepotCheck))
-			v->cargo_count = 0;	
+			v->cargo_count = 0;
 		v->cargo_type = (byte)p2;
 		InvalidateWindow(WC_VEHICLE_DETAILS, v->index);
 	}