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>2018-06-17 18:01:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-17 18:03:10 +0300
commit4be752a93cf37700668c604296f37ea08248f13b (patch)
tree0f838c87eaa6bf289b76f232e6b1571a28a55cba /source/gameengine/SceneGraph/SG_IObject.cpp
parent5513da65b24a3ce77b1709acea841475115f3a7a (diff)
Cleanup: trailing space in source/gameengine/
Diffstat (limited to 'source/gameengine/SceneGraph/SG_IObject.cpp')
-rw-r--r--source/gameengine/SceneGraph/SG_IObject.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/gameengine/SceneGraph/SG_IObject.cpp b/source/gameengine/SceneGraph/SG_IObject.cpp
index 9ae32a89ff8..4e8c56da8a7 100644
--- a/source/gameengine/SceneGraph/SG_IObject.cpp
+++ b/source/gameengine/SceneGraph/SG_IObject.cpp
@@ -42,7 +42,7 @@ SG_IObject(
void* clientobj,
void* clientinfo,
SG_Callbacks& callbacks
-):
+):
SG_QList(),
m_SGclientObject(clientobj),
m_SGclientInfo(clientinfo)
@@ -57,12 +57,12 @@ SG_IObject(
SG_QList(),
m_SGclientObject(other.m_SGclientObject),
m_SGclientInfo(other.m_SGclientInfo),
- m_callbacks(other.m_callbacks)
+ m_callbacks(other.m_callbacks)
{
//nothing to do
}
- void
+ void
SG_IObject::
AddSGController(
SG_Controller* cont
@@ -83,8 +83,8 @@ RemoveSGController(
void
SG_IObject::
RemoveAllControllers(
-) {
- m_SGcontrollers.clear();
+) {
+ m_SGcontrollers.clear();
}
void SG_IObject::SetControllerTime(double time)