Kaynağa Gözat

Adapt code style.

Kim Kulling 5 yıl önce
ebeveyn
işleme
1ff9e2b522
1 değiştirilmiş dosya ile 2 ekleme ve 4 silme
  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)){}