Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 26, 2009, 11:18:13 AM (14 years ago)
Author:
rgrieder
Message:

Uniform code-styling per file. As if I didn't know what to do

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/core/DynLibManager.cc

    r6073 r6422  
    7575    {
    7676        // Unload & delete resources in turn
    77         for( DynLibList::iterator it = mLibList.begin(); it != mLibList.end(); ++it )
     77        for (DynLibList::iterator it = mLibList.begin(); it != mLibList.end(); ++it)
    7878        {
    7979            it->second->unload();
Note: See TracChangeset for help on using the changeset viewer.