Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-03-11 23:09:01 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-11 23:09:01 +0400
commitc21c58f44c16b3d503d81577c1943f1f4b47b675 (patch)
tree1cb0bc60de38cd96f67f196e9c71f096b9c2c691 /source/gameengine
parent65895a2a383738d6edf0d82b428483065d672305 (diff)
style cleanup, also remove unused externs.
Diffstat (limited to 'source/gameengine')
-rw-r--r--source/gameengine/GameLogic/Joystick/SCA_Joystick.h4
-rw-r--r--source/gameengine/Ketsji/KX_GameObject.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/source/gameengine/GameLogic/Joystick/SCA_Joystick.h b/source/gameengine/GameLogic/Joystick/SCA_Joystick.h
index a992150fad3..a6809716e32 100644
--- a/source/gameengine/GameLogic/Joystick/SCA_Joystick.h
+++ b/source/gameengine/GameLogic/Joystick/SCA_Joystick.h
@@ -134,8 +134,8 @@ class SCA_Joystick
public:
- static SCA_Joystick *GetInstance( short int joyindex );
- static void HandleEvents( void );
+ static SCA_Joystick *GetInstance(short int joyindex);
+ static void HandleEvents(void);
void ReleaseInstance();
diff --git a/source/gameengine/Ketsji/KX_GameObject.h b/source/gameengine/Ketsji/KX_GameObject.h
index 69e7a7cf5a6..cf3aae2bc90 100644
--- a/source/gameengine/Ketsji/KX_GameObject.h
+++ b/source/gameengine/Ketsji/KX_GameObject.h
@@ -518,7 +518,7 @@ public:
return m_pBlenderObject;
}
- void SetBlenderObject( struct Object* obj)
+ void SetBlenderObject(struct Object* obj)
{
m_pBlenderObject = obj;
}
@@ -528,7 +528,7 @@ public:
return m_pBlenderGroupObject;
}
- void SetBlenderGroupObject( struct Object* obj)
+ void SetBlenderGroupObject(struct Object* obj)
{
m_pBlenderGroupObject = obj;
}