aboutsummaryrefslogtreecommitdiff
path: root/src/common/Debugging/Errors.h
diff options
context:
space:
mode:
authorVincent-Michael <vincent_michael@gmx.de>2015-11-07 20:01:35 +0100
committerVincent-Michael <vincent_michael@gmx.de>2015-11-07 20:01:53 +0100
commit7d5e7102cdd407846fa340892df39ea49938ee69 (patch)
treed99383a87495bc0a1efb1ee357f00de96b096410 /src/common/Debugging/Errors.h
parentff9001ce1da5160ef5dc245a822693f12dc9ddff (diff)
Core: Whitespace cleanup
Diffstat (limited to 'src/common/Debugging/Errors.h')
-rw-r--r--src/common/Debugging/Errors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Debugging/Errors.h b/src/common/Debugging/Errors.h
index edf56b29136..3ceaf2c328f 100644
--- a/src/common/Debugging/Errors.h
+++ b/src/common/Debugging/Errors.h
@@ -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);