1
0
Fork 0

include/Spectre/System/Log.h: Whitespace fix.

This commit is contained in:
Henrik Hautakoski 2022-10-08 14:54:40 +02:00
parent 3c7a5d148d
commit d70ca4a6c1

View file

@ -15,7 +15,7 @@ public :
T_WARNING = 1 << 0,
T_CRITICAL = 1 << 1,
T_ERROR = 1 << 2,
T_DEBUG = 1 << 3
T_DEBUG = 1 << 3
};
static void info(const char *message, ...);