All: Reformat according to new standard

This commit is contained in:
pre-commit-ci[bot]
2025-11-11 13:49:01 +01:00
committed by Kacper Donat
parent eafd18dac0
commit 25c3ba7338
2390 changed files with 154630 additions and 115818 deletions

View File

@@ -26,13 +26,14 @@
#include <CXX/Extensions.hxx>
class QWidget;
namespace Gui {
namespace Gui
{
class ExpressionBinding;
class ExpressionBindingPy : public Py::PythonClass<ExpressionBindingPy>
class ExpressionBindingPy: public Py::PythonClass<ExpressionBindingPy>
{
public:
static void init_type(); // announce properties and methods
static void init_type(); // announce properties and methods
ExpressionBindingPy(Py::PythonClassInstance* self, Py::Tuple& args, Py::Dict& kwds);
~ExpressionBindingPy() override;
@@ -53,6 +54,6 @@ private:
ExpressionBinding* expr;
};
}
} // namespace Gui
#endif // EXPRESSIONBINDING_H
#endif // EXPRESSIONBINDING_H