Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 25, 2013, 10:03:25 AM (11 years ago)
Author:
landauf
Message:

replaced tabs with spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/controllers/FormationController.cc

    r9625 r9663  
    542542            if (!this->slaves_.empty())
    543543            {
    544                                 std::vector<FormationController*>::iterator it2 = std::find(this->slaves_.begin(), this->slaves_.end(), newMaster);
    545                                 if (it2 != this->slaves_.end())
    546                                 {
    547                                         this->slaves_.erase(it2);
    548                                 }
     544                std::vector<FormationController*>::iterator it2 = std::find(this->slaves_.begin(), this->slaves_.end(), newMaster);
     545                if (it2 != this->slaves_.end())
     546                {
     547                    this->slaves_.erase(it2);
     548                }
    549549
    550550                newMaster->state_ = MASTER;
Note: See TracChangeset for help on using the changeset viewer.