Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Sep 28, 2024
1 parent 4b3c945 commit 80db7aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/manifold/conv.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#include "manifold/common.h"
#ifdef MANIFOLD_CROSS_SECTION
# include "manifold/cross_section.h"
#include "manifold/cross_section.h"
#endif
#include "manifold/manifold.h"
#include "manifold/types.h"
Expand Down
2 changes: 1 addition & 1 deletion include/manifold/manifoldc.h
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ ManifoldRect *manifold_cross_section_bounds(void *mem,
ManifoldCrossSection *cs);
ManifoldPolygons *manifold_cross_section_to_polygons(void *mem,
ManifoldCrossSection *cs);
#endif // MANIFOLD_CROSS_SECTION
#endif // MANIFOLD_CROSS_SECTION

// Rectangle

Expand Down
2 changes: 1 addition & 1 deletion src/manifoldc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include "manifold/common.h"
#include "manifold/conv.h"
#ifdef MANIFOLD_CROSS_SECTION
# include "manifold/cross_section.h"
#include "manifold/cross_section.h"
#endif
#include "manifold/manifold.h"
#include "manifold/types.h"
Expand Down

0 comments on commit 80db7aa

Please sign in to comment.