Sketcher: App - Clang-format

This commit is contained in:
Abdullah Tahiri
2023-05-18 19:01:34 +02:00
committed by abdullahtahiriyo
parent c33cdcd68a
commit 987b4bda2a
40 changed files with 9714 additions and 7322 deletions

View File

@@ -24,8 +24,8 @@
// inclusion of the generated files (generated out of SketchObjectSFPy.xml)
#include "SketchObjectSFPy.h"
#include "SketchObjectSFPy.cpp"
#include "SketchObjectSFPy.cpp"
using namespace Sketcher;
@@ -35,12 +35,12 @@ std::string SketchObjectSFPy::representation() const
return "<SketchObjectSF object>";
}
PyObject *SketchObjectSFPy::getCustomAttributes(const char* /*attr*/) const
PyObject* SketchObjectSFPy::getCustomAttributes(const char* /*attr*/) const
{
return nullptr;
}
int SketchObjectSFPy::setCustomAttributes(const char* /*attr*/, PyObject* /*obj*/)
{
return 0;
return 0;
}