Эх сурвалжийг харах

formatting

Former-commit-id: fd0436f4fe318306281e72eee69a6d7c9b7c047d
Alec Jacobson 9 жил өмнө
parent
commit
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()