Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 23, 2009, 10:05:58 PM (15 years ago)
Author:
landauf
Message:

replaced tabs with spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/gui/GUIManager.cc

    r3008 r3034  
    9191        {
    9292            // destroy our own tolua interfaces
    93                 lua_pushnil(luaState_);
    94                 lua_setglobal(luaState_, "Orxonox");
    95                 lua_pushnil(luaState_);
    96                 lua_setglobal(luaState_, "Core");
     93            lua_pushnil(luaState_);
     94            lua_setglobal(luaState_, "Orxonox");
     95            lua_pushnil(luaState_);
     96            lua_setglobal(luaState_, "Core");
    9797            delete scriptModule_;
    9898        }
Note: See TracChangeset for help on using the changeset viewer.