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>2013-09-20 03:17:52 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-09-20 03:17:52 +0400
commitd6b21df2e61318c3465272c9055be4451060d94c (patch)
treedb3d53384b93483a447050bcb478b3593c3a32ab /source/blender/bmesh/tools/bmesh_triangulate.h
parent1d936a107447ad70b5ee413b7b3be5e7947d9c62 (diff)
correct include guards and add checks in check_style_c.py for them.
Diffstat (limited to 'source/blender/bmesh/tools/bmesh_triangulate.h')
-rw-r--r--source/blender/bmesh/tools/bmesh_triangulate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/bmesh/tools/bmesh_triangulate.h b/source/blender/bmesh/tools/bmesh_triangulate.h
index 936a90d3a16..141aa2f82b4 100644
--- a/source/blender/bmesh/tools/bmesh_triangulate.h
+++ b/source/blender/bmesh/tools/bmesh_triangulate.h
@@ -27,10 +27,10 @@
*
*/
-#ifndef __BMESH_TRIAMGULATE_H__
-#define __BMESH_TRIAMGULATE_H__
+#ifndef __BMESH_TRIANGULATE_H__
+#define __BMESH_TRIANGULATE_H__
void BM_mesh_triangulate(BMesh *bm, const bool use_beauty, const bool tag_only,
BMOperator *op, BMOpSlot *slot_facemap_out);
-#endif /* __BMESH_TRIAMGULATE_H__ */
+#endif /* __BMESH_TRIANGULATE_H__ */