From eeaf45238117a81b07552bfc6fa70a304bfc4f83 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 7 Dec 2019 01:35:53 +1100 Subject: Cleanup: clang-format --- source/blender/blenkernel/intern/cloth.c | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'source/blender/blenkernel/intern/cloth.c') diff --git a/source/blender/blenkernel/intern/cloth.c b/source/blender/blenkernel/intern/cloth.c index d26dca4a252..d80fae29cc8 100644 --- a/source/blender/blenkernel/intern/cloth.c +++ b/source/blender/blenkernel/intern/cloth.c @@ -901,9 +901,9 @@ static void cloth_from_mesh(ClothModifierData *clmd, Mesh *mesh) } } -/*************************************************************************************** - * SPRING NETWORK GPU_BATCH_BUILDING IMPLEMENTATION BEGIN - ***************************************************************************************/ +/* -------------------------------------------------------------------- */ +/** \name Spring Network Building Implementation + * \{ */ BLI_INLINE void spring_verts_ordered_set(ClothSpring *spring, int v0, int v1) { @@ -1744,8 +1744,6 @@ static int cloth_build_springs(ClothModifierData *clmd, Mesh *mesh) #endif return 1; +} -} /* cloth_build_springs */ - /*************************************************************************************** - * SPRING NETWORK GPU_BATCH_BUILDING IMPLEMENTATION END - ***************************************************************************************/ +/** \} */ -- cgit v1.2.3