Part: Prepare for clang-format

This commit is contained in:
wmayer
2024-08-25 14:07:09 +02:00
committed by Yorik van Havre
parent ab5af9000d
commit cfb14da52e
11 changed files with 26 additions and 8 deletions

View File

@@ -200,6 +200,7 @@ PyObject* Part::PartExceptionOCCRangeError;
PyObject* Part::PartExceptionOCCConstructionError;
PyObject* Part::PartExceptionOCCDimensionError;
// clang-format off
PyMOD_INIT_FUNC(Part)
{
// load dependent module
@@ -564,3 +565,4 @@ PyMOD_INIT_FUNC(Part)
PyMOD_Return(partModule);
}
// clang-format on