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/GameLogic/SCA_RandomActuator.h
parent5513da65b24a3ce77b1709acea841475115f3a7a (diff)
Cleanup: trailing space in source/gameengine/
Diffstat (limited to 'source/gameengine/GameLogic/SCA_RandomActuator.h')
-rw-r--r--source/gameengine/GameLogic/SCA_RandomActuator.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/source/gameengine/GameLogic/SCA_RandomActuator.h b/source/gameengine/GameLogic/SCA_RandomActuator.h
index 32b29fc4f43..0bce4b765f6 100644
--- a/source/gameengine/GameLogic/SCA_RandomActuator.h
+++ b/source/gameengine/GameLogic/SCA_RandomActuator.h
@@ -41,11 +41,11 @@ class SCA_RandomActuator : public SCA_IActuator
Py_Header
/** Property to assign to */
STR_String m_propname;
-
- /** First parameter. The meaning of the parameters depends on the
+
+ /** First parameter. The meaning of the parameters depends on the
* distribution */
float m_parameter1;
- /** Second parameter. The meaning of the parameters depends on the
+ /** Second parameter. The meaning of the parameters depends on the
* distribution */
float m_parameter2;
@@ -60,7 +60,7 @@ class SCA_RandomActuator : public SCA_IActuator
/** apply constraints for the chosen distribution to the parameters */
void enforceConstraints(void);
-
+
public:
enum KX_RANDOMACT_MODE {
@@ -79,7 +79,7 @@ class SCA_RandomActuator : public SCA_IActuator
};
/** distribution type */
KX_RANDOMACT_MODE m_distribution;
-
+
SCA_RandomActuator(class SCA_IObject* gameobj,
long seed,
KX_RANDOMACT_MODE mode,
@@ -88,12 +88,12 @@ class SCA_RandomActuator : public SCA_IActuator
const STR_String &propName);
virtual ~SCA_RandomActuator();
virtual bool Update();
-
+
virtual CValue* GetReplica();
virtual void ProcessReplica();
#ifdef WITH_PYTHON
-
+
/* --------------------------------------------------------------------- */
/* Python interface ---------------------------------------------------- */
/* --------------------------------------------------------------------- */