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/Ketsji/KX_VehicleWrapper.h
parent5513da65b24a3ce77b1709acea841475115f3a7a (diff)
Cleanup: trailing space in source/gameengine/
Diffstat (limited to 'source/gameengine/Ketsji/KX_VehicleWrapper.h')
-rw-r--r--source/gameengine/Ketsji/KX_VehicleWrapper.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/source/gameengine/Ketsji/KX_VehicleWrapper.h b/source/gameengine/Ketsji/KX_VehicleWrapper.h
index 22b9591f48b..259ca7cc1ba 100644
--- a/source/gameengine/Ketsji/KX_VehicleWrapper.h
+++ b/source/gameengine/Ketsji/KX_VehicleWrapper.h
@@ -23,16 +23,16 @@ public:
KX_VehicleWrapper(PHY_IVehicle* vehicle,class PHY_IPhysicsEnvironment* physenv);
virtual ~KX_VehicleWrapper ();
int getConstraintId();
-
+
#ifdef WITH_PYTHON
-
+
KX_PYMETHOD_VARARGS(KX_VehicleWrapper,AddWheel);
KX_PYMETHOD_VARARGS(KX_VehicleWrapper,GetNumWheels);
KX_PYMETHOD_VARARGS(KX_VehicleWrapper,GetWheelOrientationQuaternion);
KX_PYMETHOD_VARARGS(KX_VehicleWrapper,GetWheelRotation);
-
+
KX_PYMETHOD_VARARGS(KX_VehicleWrapper,GetWheelPosition);
-
+
KX_PYMETHOD_VARARGS(KX_VehicleWrapper,GetConstraintId);
KX_PYMETHOD_VARARGS(KX_VehicleWrapper,GetConstraintType);
@@ -45,11 +45,11 @@ public:
KX_PYMETHOD_VARARGS(KX_VehicleWrapper,SetTyreFriction);
KX_PYMETHOD_VARARGS(KX_VehicleWrapper,SetSuspensionStiffness);
-
+
KX_PYMETHOD_VARARGS(KX_VehicleWrapper,SetSuspensionDamping);
-
+
KX_PYMETHOD_VARARGS(KX_VehicleWrapper,SetSuspensionCompression);
-
+
KX_PYMETHOD_VARARGS(KX_VehicleWrapper,SetRollInfluence);
#endif /* WITH_PYTHON */