include/Spectre/System/Log.h: Whitespace fix.
This commit is contained in:
parent
3c7a5d148d
commit
d70ca4a6c1
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ public :
|
||||||
T_WARNING = 1 << 0,
|
T_WARNING = 1 << 0,
|
||||||
T_CRITICAL = 1 << 1,
|
T_CRITICAL = 1 << 1,
|
||||||
T_ERROR = 1 << 2,
|
T_ERROR = 1 << 2,
|
||||||
T_DEBUG = 1 << 3
|
T_DEBUG = 1 << 3
|
||||||
};
|
};
|
||||||
|
|
||||||
static void info(const char *message, ...);
|
static void info(const char *message, ...);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue