Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Nov 19, 2019
1 parent 48f052e commit 82b59e8
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -194,7 +194,7 @@ static PyObject * initializeSimulation(const QString &pFileName)

//==============================================================================

static PyObject *openSimulation(PyObject *self, PyObject *args)
static PyObject * openSimulation(PyObject *self, PyObject *args)
{
Q_UNUSED(self)

Expand Down Expand Up @@ -225,7 +225,7 @@ static PyObject *openSimulation(PyObject *self, PyObject *args)

//==============================================================================

static PyObject *openRemoteSimulation(PyObject *self, PyObject *args)
static PyObject * openRemoteSimulation(PyObject *self, PyObject *args)
{
Q_UNUSED(self)

Expand Down Expand Up @@ -256,7 +256,7 @@ static PyObject *openRemoteSimulation(PyObject *self, PyObject *args)

//==============================================================================

static PyObject *closeSimulation(PyObject *self, PyObject *args)
static PyObject * closeSimulation(PyObject *self, PyObject *args)
{
Q_UNUSED(self)

Expand Down

0 comments on commit 82b59e8

Please sign in to comment.