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:
Diffstat (limited to 'source/gameengine/Converter/BL_ArmatureActuator.h')
-rw-r--r--source/gameengine/Converter/BL_ArmatureActuator.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/source/gameengine/Converter/BL_ArmatureActuator.h b/source/gameengine/Converter/BL_ArmatureActuator.h
index 0c88dccb6f3..a5af2bc9c09 100644
--- a/source/gameengine/Converter/BL_ArmatureActuator.h
+++ b/source/gameengine/Converter/BL_ArmatureActuator.h
@@ -77,7 +77,7 @@ public:
static PyObject *pyattr_get_object(void *self, const struct KX_PYATTRIBUTE_DEF *attrdef);
static int pyattr_set_object(void *self, const struct KX_PYATTRIBUTE_DEF *attrdef, PyObject *value);
-#endif // WITH_PYTHON
+#endif /* WITH_PYTHON */
private:
// identify the constraint that this actuator controls
@@ -93,6 +93,4 @@ private:
int m_type;
};
-#endif //__BL_ARMATUREACTUATOR_H__
-
-
+#endif /* __BL_ARMATUREACTUATOR_H__ */