Base: apply clang format

This commit is contained in:
wmayer
2023-11-10 18:27:44 +01:00
committed by WandererFan
parent bb333d9a74
commit 985def3416
154 changed files with 11874 additions and 9872 deletions

View File

@@ -23,6 +23,7 @@
#ifndef BASE_PYOBJECTBASE_H
#define BASE_PYOBJECTBASE_H
// clang-format off
// Std. configurations
// (re-)defined in pyconfig.h
@@ -553,5 +554,6 @@ inline void PyTypeCheck(PyObject** ptr, int (*method)(PyObject*), const char* ms
} // namespace Base
// clang-format on
#endif // BASE_PYOBJECTBASE_H
#endif // BASE_PYOBJECTBASE_H