Sketcher: App - Clang-format
This commit is contained in:
committed by
abdullahtahiriyo
parent
c33cdcd68a
commit
987b4bda2a
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user