浏览代码

Adapt code style.

Kim Kulling 5 年之前
父节点
当前提交
1ff9e2b522
共有 1 个文件被更改,包括 2 次插入4 次删除
  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)){}