From 80dca0a06d35fd405a708953e594abfdf6d03ff7 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 9 Mar 2012 19:17:19 +0000 Subject: style cleanup: consistent names for header guards. --- source/gameengine/VideoTexture/PyTypeList.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/gameengine/VideoTexture/PyTypeList.h') diff --git a/source/gameengine/VideoTexture/PyTypeList.h b/source/gameengine/VideoTexture/PyTypeList.h index 29c71ca3f4e..e0f7480438d 100644 --- a/source/gameengine/VideoTexture/PyTypeList.h +++ b/source/gameengine/VideoTexture/PyTypeList.h @@ -24,8 +24,8 @@ http://www.gnu.org/copyleft/lesser.txt. * \ingroup bgevideotex */ -#ifndef PYTYPELIST_H -#define PYTYPELIST_H +#ifndef __PYTYPELIST_H__ +#define __PYTYPELIST_H__ #include "Common.h" -- cgit v1.2.3