Browse Source

Adapt code style.

Kim Kulling 5 years ago
parent
commit
1ff9e2b522
1 changed files with 2 additions and 4 deletions
  1. 2 4
      code/Common/Exceptional.cpp

+ 2 - 4
code/Common/Exceptional.cpp

@@ -48,7 +48,5 @@ Implementations of the exception classes.
 #include <assimp/Exceptional.h>
 #include <assimp/TinyFormatter.h>
 
-DeadlyErrorBase::DeadlyErrorBase(Assimp::Formatter::format f)
-    : runtime_error(std::string(f))
-{
-}
+DeadlyErrorBase::DeadlyErrorBase(Assimp::Formatter::format f) :
+        runtime_error(std::string(f)){}