浏览代码

ASE: Reformat initializer list

Turo Lamminen 7 年之前
父节点
当前提交
70ae30f26a
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      code/ASEParser.h

+ 3 - 1
code/ASEParser.h

@@ -68,7 +68,9 @@ using namespace D3DS;
 struct Material : public D3DS::Material
 {
     //! Default constructor
-    Material() : pcInstance(NULL), bNeed (false)
+    Material()
+    : pcInstance(NULL)
+    , bNeed (false)
     {}
 
     //! Contains all sub materials of this material