Skip to content

Commit

Permalink
JANITORIAL: Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bonki committed May 7, 2018
1 parent bdc0db9 commit 9702288
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions engines/wintermute/debugger/error.h
Expand Up @@ -28,27 +28,27 @@
namespace Wintermute {

enum ErrorLevel {
SUCCESS,
NOTICE,
WARNING,
ERROR
SUCCESS,
NOTICE,
WARNING,
ERROR
};

enum ErrorCode {
OK,
NO_SUCH_SOURCE,
COULD_NOT_OPEN,
NO_SUCH_LINE,
NOT_ALLOWED,
NO_SUCH_BYTECODE,
DUPLICATE_BREAKPOINT,
NO_SUCH_BREAKPOINT,
WRONG_TYPE,
PARSE_ERROR,
NOT_YET_IMPLEMENTED,
SOURCE_PATH_NOT_SET,
ILLEGAL_PATH,
UNKNOWN_ERROR
OK,
NO_SUCH_SOURCE,
COULD_NOT_OPEN,
NO_SUCH_LINE,
NOT_ALLOWED,
NO_SUCH_BYTECODE,
DUPLICATE_BREAKPOINT,
NO_SUCH_BREAKPOINT,
WRONG_TYPE,
PARSE_ERROR,
NOT_YET_IMPLEMENTED,
SOURCE_PATH_NOT_SET,
ILLEGAL_PATH,
UNKNOWN_ERROR
};


Expand Down

0 comments on commit 9702288

Please sign in to comment.