From 97022883380e3c4b0659d41f28987954c2891409 Mon Sep 17 00:00:00 2001 From: Adrian Frühwirth Date: Mon, 7 May 2018 23:09:02 +0200 Subject: JANITORIAL: Fix indentation --- engines/wintermute/debugger/error.h | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'engines/wintermute') diff --git a/engines/wintermute/debugger/error.h b/engines/wintermute/debugger/error.h index 4e5b973445..0798fe7cb3 100644 --- a/engines/wintermute/debugger/error.h +++ b/engines/wintermute/debugger/error.h @@ -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 }; -- cgit v1.2.3