Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 1, 2015, 3:56:21 PM (11 years ago)
Author:
landauf
Message:

replaced tabs with spaces. no changes in code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/surfaceraceHS14/src/modules/dodgerace/DodgeRaceCube.cc

    r10232 r10236  
    3636namespace orxonox
    3737{
    38         RegisterClass(DodgeRaceCube);
     38    RegisterClass(DodgeRaceCube);
    3939
    40         DodgeRaceCube::DodgeRaceCube(Context* context) : MovableEntity(context)
    41         {
    42                 RegisterObject(DodgeRaceCube);
    43         }
     40    DodgeRaceCube::DodgeRaceCube(Context* context) : MovableEntity(context)
     41    {
     42        RegisterObject(DodgeRaceCube);
     43    }
    4444
    4545
Note: See TracChangeset for help on using the changeset viewer.