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>2018-11-01 22:59:51 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-01 23:44:26 +0300
commit28f3f4da12af8acac29ca513b5f2afdb09c9d5ca (patch)
tree0cdbbf95739ad7c87352043d669ca4cfe9378d05 /source/blender/blenkernel/intern/multires_inline.h
parentf667a250f46b945d08e350c5d4c6c880a4eaa6d4 (diff)
Cleanup: style
Diffstat (limited to 'source/blender/blenkernel/intern/multires_inline.h')
-rw-r--r--source/blender/blenkernel/intern/multires_inline.h6
1 files changed, 3 insertions, 3 deletions
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__ */