Bladeren bron

Adapt code style.

Kim Kulling 5 jaren geleden
bovenliggende
commit
1ff9e2b522
1 gewijzigde bestanden met toevoegingen van 2 en 4 verwijderingen
  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/Exceptional.h>
 #include <assimp/TinyFormatter.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)){}