瀏覽代碼

formatting

Former-commit-id: fd0436f4fe318306281e72eee69a6d7c9b7c047d
Alec Jacobson 9 年之前
父節點
當前提交
efccf62140
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      include/igl/AABB.h

+ 3 - 3
include/igl/AABB.h

@@ -75,9 +75,9 @@ public:
       AABB(AABB&& other):
         // initialize via default constructor
         AABB() 
-    {
-      swap(*this,other);
-    }
+      {
+        swap(*this,other);
+      }
       // Seems like there should have been an elegant solution to this using
       // the copy-swap idiom above:
       inline void deinit()