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>2017-05-08 04:44:58 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-05-08 06:00:43 +0300
commitd94e7936ee3221a3760882d3054f5ae3b69f9459 (patch)
tree650c6fca7c914b2e24e210d8aa0b2db2280bc964 /source/blender/draw/intern/draw_common.h
parentd2bd9195d4b9a5ba05b674e34ba92a81d3bcd9e2 (diff)
Cleanup: style & header guards
Diffstat (limited to 'source/blender/draw/intern/draw_common.h')
-rw-r--r--source/blender/draw/intern/draw_common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/draw/intern/draw_common.h b/source/blender/draw/intern/draw_common.h
index d1af67fcdfd..d7ec08b2394 100644
--- a/source/blender/draw/intern/draw_common.h
+++ b/source/blender/draw/intern/draw_common.h
@@ -23,8 +23,8 @@
* \ingroup draw
*/
-#ifndef __DRAW_COMMON__
-#define __DRAW_COMMON__
+#ifndef __DRAW_COMMON_H__
+#define __DRAW_COMMON_H__
struct DRWPass;
struct DRWShadingGroup;
@@ -122,4 +122,4 @@ void DRW_shgroup_armature_edit(
bool DRW_pose_mode_armature(
struct Object *ob, struct Object *active_ob);
-#endif /* __DRAW_COMMON__ */
+#endif /* __DRAW_COMMON_H__ */