Core: Whitespace cleanup

This commit is contained in:
Vincent-Michael
2015-11-07 20:01:35 +01:00
parent ff9001ce1d
commit 7d5e7102cd
16 changed files with 42 additions and 42 deletions

View File

@@ -29,7 +29,7 @@ namespace Trinity
DECLSPEC_NORETURN void Fatal(char const* file, int line, char const* function, char const* message) ATTR_NORETURN;
DECLSPEC_NORETURN void Error(char const* file, int line, char const* function, char const* message) ATTR_NORETURN;
DECLSPEC_NORETURN void Abort(char const* file, int line, char const* function) ATTR_NORETURN;
void Warning(char const* file, int line, char const* function, char const* message);