(svn r21909) -Fix: some missing spaces

This commit is contained in:
rubidium
2011-01-26 08:14:36 +00:00
parent 2bec6123f7
commit 8017c2a3d7
7 changed files with 7 additions and 7 deletions

View File

@@ -276,7 +276,7 @@ bool CargoList<Tinst>::MoveTo(Tother_inst *dest, uint max_move, MoveToAction mta
max_move -= cp->count;
this->packets.erase(it++);
static_cast<Tinst *>(this)->RemoveFromCache(cp);
switch(mta) {
switch (mta) {
case MTA_FINAL_DELIVERY:
payment->PayFinalDelivery(cp, cp->count);
delete cp;