From d70ca4a6c1767833e3bb86db118d1de8c9f856c9 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sat, 8 Oct 2022 14:54:40 +0200 Subject: [PATCH] include/Spectre/System/Log.h: Whitespace fix. --- include/Spectre/System/Log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Spectre/System/Log.h b/include/Spectre/System/Log.h index 26d2ac1..6908134 100644 --- a/include/Spectre/System/Log.h +++ b/include/Spectre/System/Log.h @@ -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, ...);