Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 31, 2008, 11:24:44 PM (16 years ago)
Author:
rgrieder
Message:
  • set the svn:eol-style property to all files so, that where ever you check out, you'll get the right line endings (had to change every file with mixed endings to windows in order to set the property)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/core/Error.cc

    • Property svn:eol-style set to native
    r1293 r1494  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
    3  *                    > www.orxonox.net <
    4  *
     3 *                    > www.orxonox.net < *
    54 *
    65 *   License notice:
     
    2625 *
    2726 */
    28 
    29 /**
    30     @file Error.cc
    31     @brief Implementation of the Error class.
    32 */
    33 
     27/**    @file Error.cc    @brief Implementation of the Error class.*/
    3428#include "Error.h"
    3529#include "Debug.h"
    36 
    3730namespace orxonox
    3831{
Note: See TracChangeset for help on using the changeset viewer.