App: Prepare for clang-format
This commit is contained in:
@@ -513,6 +513,7 @@ private:
|
||||
static void setupPythonTypes();
|
||||
static void setupPythonException(PyObject*);
|
||||
|
||||
// clang-format off
|
||||
// static python wrapper of the exported functions
|
||||
static PyObject* sGetParam (PyObject *self, PyObject *args);
|
||||
static PyObject* sSaveParameter (PyObject *self, PyObject *args);
|
||||
@@ -563,6 +564,7 @@ private:
|
||||
static PyObject *sCloseActiveTransaction(PyObject *self,PyObject *args);
|
||||
static PyObject *sCheckAbort(PyObject *self,PyObject *args);
|
||||
static PyMethodDef Methods[];
|
||||
// clang-format on
|
||||
|
||||
friend class ApplicationObserver;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user