From 2fb82920059257fd7ac8e33bfe53de13e7ed53bd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 16 Sep 2012 04:58:18 +0000 Subject: style cleanup --- source/gameengine/GameLogic/SCA_IObject.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/gameengine/GameLogic/SCA_IObject.h') diff --git a/source/gameengine/GameLogic/SCA_IObject.h b/source/gameengine/GameLogic/SCA_IObject.h index 0e657794195..a850d23babf 100644 --- a/source/gameengine/GameLogic/SCA_IObject.h +++ b/source/gameengine/GameLogic/SCA_IObject.h @@ -43,7 +43,7 @@ class SCA_IController; class SCA_IActuator; #ifdef WITH_PYTHON -template T PyVecTo(PyObject*); +template T PyVecTo(PyObject *); #endif typedef std::vector SCA_SensorList; @@ -213,7 +213,7 @@ public: */ unsigned int GetState(void) { return m_state; } -// const class MT_Point3& ConvertPythonPylist(PyObject* pylist); +// const class MT_Point3& ConvertPythonPylist(PyObject *pylist); virtual int GetGameObjectType() {return -1;} -- cgit v1.2.3