From 28f3f4da12af8acac29ca513b5f2afdb09c9d5ca Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 2 Nov 2018 06:59:51 +1100 Subject: Cleanup: style --- source/blender/blenkernel/intern/multires_inline.h | 6 +++--- source/blender/blenkernel/intern/subdiv_inline.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'source/blender/blenkernel') diff --git a/source/blender/blenkernel/intern/multires_inline.h b/source/blender/blenkernel/intern/multires_inline.h index fe01fb6e221..99b4695fe46 100644 --- a/source/blender/blenkernel/intern/multires_inline.h +++ b/source/blender/blenkernel/intern/multires_inline.h @@ -27,8 +27,8 @@ * \ingroup bke */ -#ifndef __BKE_MULTIRES_INLINE_H__ -#define __BKE_MULTIRES_INLINE_H__ +#ifndef __MULTIRES_INLINE_H__ +#define __MULTIRES_INLINE_H__ #include "BKE_multires.h" #include "BLI_math_vector.h" @@ -65,4 +65,4 @@ BLI_INLINE void BKE_multires_construct_tangent_matrix( normalize_v3(tangent_matrix[2]); } -#endif /* __BKE_MULTIRES_INLINE_H__ */ +#endif /* __MULTIRES_INLINE_H__ */ diff --git a/source/blender/blenkernel/intern/subdiv_inline.h b/source/blender/blenkernel/intern/subdiv_inline.h index 0e715506ed3..4dc300e8577 100644 --- a/source/blender/blenkernel/intern/subdiv_inline.h +++ b/source/blender/blenkernel/intern/subdiv_inline.h @@ -27,8 +27,8 @@ * \ingroup bke */ -#ifndef __BKE_SUBDIV_INLINE_H__ -#define __BKE_SUBDIV_INLINE_H__ +#ifndef __SUBDIV_INLINE_H__ +#define __SUBDIV_INLINE_H__ #include "BKE_subdiv.h" #include "BLI_utildefines.h" @@ -75,4 +75,4 @@ BLI_INLINE int BKE_subdiv_rotate_quad_to_corner( return corner; } -#endif /* __BKE_SUBDIV_INLINE_H__ */ +#endif /* __SUBDIV_INLINE_H__ */ -- cgit v1.2.3