From 03f5acd445786393bfd0f093ad25143afe8dead1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 10 Jul 2020 16:03:12 +1000 Subject: Cleanup: clang-format --- source/blender/bmesh/intern/bmesh_query_uv.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/bmesh/intern/bmesh_query_uv.h') diff --git a/source/blender/bmesh/intern/bmesh_query_uv.h b/source/blender/bmesh/intern/bmesh_query_uv.h index 115c51e2044..293715a8c69 100644 --- a/source/blender/bmesh/intern/bmesh_query_uv.h +++ b/source/blender/bmesh/intern/bmesh_query_uv.h @@ -37,16 +37,16 @@ float BM_face_uv_calc_cross(const BMFace *f, const int cd_loop_uv_offset) ATTR_W ATTR_NONNULL(); bool BM_loop_uv_share_edge_check(BMLoop *l_a, - BMLoop *l_b, - const int cd_loop_uv_offset) ATTR_WARN_UNUSED_RESULT + BMLoop *l_b, + const int cd_loop_uv_offset) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL(); bool BM_edge_uv_share_vert_check(BMEdge *e, BMLoop *l_a, BMLoop *l_b, const int cd_loop_uv_offset) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL(); bool BM_loop_uv_share_vert_check(BMLoop *l_a, - BMLoop *l_b, - const int cd_loop_uv_offset) ATTR_WARN_UNUSED_RESULT + BMLoop *l_b, + const int cd_loop_uv_offset) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL(); #endif /* __BMESH_QUERY_UV_H__ */ -- cgit v1.2.3