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

@@ -31,10 +31,10 @@
namespace Base
{
// NOLINTNEXTLINE
class BaseExport ProgressIndicatorPy : public Py::PythonExtension<ProgressIndicatorPy>
class BaseExport ProgressIndicatorPy: public Py::PythonExtension<ProgressIndicatorPy>
{
public:
static void init_type(); // announce properties and methods
static void init_type(); // announce properties and methods
static Py::PythonType& behaviors();
static PyTypeObject* type_object();
static bool check(PyObject* p);
@@ -49,12 +49,12 @@ public:
Py::Object stop(const Py::Tuple&);
private:
static PyObject *PyMake(struct _typeobject *, PyObject *, PyObject *);
static PyObject* PyMake(struct _typeobject*, PyObject*, PyObject*);
private:
std::unique_ptr<SequencerLauncher> _seq;
};
} // namespace Base
} // namespace Base
#endif // BASE_PROGRESSINDICATORPY_H
#endif // BASE_PROGRESSINDICATORPY_H