MeshPart: apply clang format

This commit is contained in:
wmayer
2023-09-02 01:36:21 +02:00
committed by wwmayer
parent 8e80667747
commit 01af14829a
16 changed files with 1469 additions and 1246 deletions

View File

@@ -20,6 +20,7 @@
* *
***************************************************************************/
// clang-format off
#ifdef _MSC_VER
# define strdup _strdup
#endif
@@ -162,3 +163,4 @@ PYBIND11_MODULE(flatmesh, m)
.def_readonly("A", &FaceUnwrapper::A);
};
// clang-format on