[Scummvm-git-logs] scummvm master -> 97022883380e3c4b0659d41f28987954c2891409

bonki bonki at users.noreply.github.com
Mon May 7 23:09:26 CEST 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
9702288338 JANITORIAL: Fix indentation


Commit: 97022883380e3c4b0659d41f28987954c2891409
    https://github.com/scummvm/scummvm/commit/97022883380e3c4b0659d41f28987954c2891409
Author: Adrian Frühwirth (bonki at users.noreply.github.com)
Date: 2018-05-07T23:09:02+02:00

Commit Message:
JANITORIAL: Fix indentation

Changed paths:
    engines/wintermute/debugger/error.h


diff --git a/engines/wintermute/debugger/error.h b/engines/wintermute/debugger/error.h
index 4e5b973..0798fe7 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
 };
 
 





More information about the Scummvm-git-logs mailing list