From 2fb82920059257fd7ac8e33bfe53de13e7ed53bd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 16 Sep 2012 04:58:18 +0000 Subject: style cleanup --- source/gameengine/Ketsji/KX_PythonInitTypes.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/gameengine/Ketsji/KX_PythonInitTypes.h') diff --git a/source/gameengine/Ketsji/KX_PythonInitTypes.h b/source/gameengine/Ketsji/KX_PythonInitTypes.h index a06fe46a0ea..d8ee4f75fdd 100644 --- a/source/gameengine/Ketsji/KX_PythonInitTypes.h +++ b/source/gameengine/Ketsji/KX_PythonInitTypes.h @@ -29,11 +29,11 @@ * \ingroup ketsji */ -#ifndef _adr_py_init_types_h_ // only process once, -#define _adr_py_init_types_h_ // even if multiply included +#ifndef __KX_PYTHON_INIT_TYPES__ +#define __KX_PYTHON_INIT_TYPES__ #ifdef WITH_PYTHON void initPyTypes(void); #endif -#endif +#endif /* __KX_PYTHON_INIT_TYPES__ */ -- cgit v1.2.3