diff options
author | Paradox <none@none> | 2009-02-09 08:16:34 -0500 |
---|---|---|
committer | Paradox <none@none> | 2009-02-09 08:16:34 -0500 |
commit | d230302b16474ff22a35243ffed6236ef4fc7fb9 (patch) | |
tree | e3679ad841a47b275756f2721f9aa24a3ee548a6 /src/game/PlayerDump.h | |
parent | b0694d7e5e794b361fa178d55fefdb98cf47e9ca (diff) |
Replace tabs with spaces in more files.
--HG--
branch : trunk
Diffstat (limited to 'src/game/PlayerDump.h')
-rw-r--r-- | src/game/PlayerDump.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/game/PlayerDump.h b/src/game/PlayerDump.h index 86224d1fbca..c8335216716 100644 --- a/src/game/PlayerDump.h +++ b/src/game/PlayerDump.h @@ -75,11 +75,11 @@ enum DumpTableType enum DumpReturn { - DUMP_SUCCESS, - DUMP_FILE_OPEN_ERROR, - DUMP_TOO_MANY_CHARS, - DUMP_UNEXPECTED_END, - DUMP_FILE_BROKEN, + DUMP_SUCCESS, + DUMP_FILE_OPEN_ERROR, + DUMP_TOO_MANY_CHARS, + DUMP_UNEXPECTED_END, + DUMP_FILE_BROKEN, }; class PlayerDump |