From 1ff9e2b522c9604ab73fa63e5471ab56365535eb Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Mon, 14 Sep 2020 08:40:21 +0200 Subject: [PATCH] Adapt code style. --- code/Common/Exceptional.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/code/Common/Exceptional.cpp b/code/Common/Exceptional.cpp index 660b54b27..ae5257c19 100644 --- a/code/Common/Exceptional.cpp +++ b/code/Common/Exceptional.cpp @@ -48,7 +48,5 @@ Implementations of the exception classes. #include #include -DeadlyErrorBase::DeadlyErrorBase(Assimp::Formatter::format f) - : runtime_error(std::string(f)) -{ -} +DeadlyErrorBase::DeadlyErrorBase(Assimp::Formatter::format f) : + runtime_error(std::string(f)){}