From d55b40f3d0e4492a5b040d65ce3793c458d39ddd Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Fri, 29 Oct 2021 23:55:41 +0200 Subject: [PATCH] Adds newline for GCC. Signed-off-by: Deukhoofd --- src/Battling/ScriptHandling/ScriptMacros.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Battling/ScriptHandling/ScriptMacros.hpp b/src/Battling/ScriptHandling/ScriptMacros.hpp index 5239859..f537c6e 100644 --- a/src/Battling/ScriptHandling/ScriptMacros.hpp +++ b/src/Battling/ScriptHandling/ScriptMacros.hpp @@ -34,4 +34,4 @@ } catch (const std::exception& e) { \ THROW("Exception setting up script hook '" #hookName "': " << e.what()) \ } \ - } \ No newline at end of file + }