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 <campbell@blender.org>2022-04-24 06:37:01 +0300
committerCampbell Barton <campbell@blender.org>2022-04-24 06:41:03 +0300
commita6504aa64bb0e33d112cd21b9d98db77530f14a4 (patch)
treea49d34638fd47a021adbf84e09e0d1adab1cc5ae /source/blender/draw/intern
parent99fff90eabe10e70cd9e649ebd0aef25a92a9960 (diff)
Cleanup: clang-format
Diffstat (limited to 'source/blender/draw/intern')
-rw-r--r--source/blender/draw/intern/draw_hair_private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/draw/intern/draw_hair_private.h b/source/blender/draw/intern/draw_hair_private.h
index c605a4c1587..5d84c8863f2 100644
--- a/source/blender/draw/intern/draw_hair_private.h
+++ b/source/blender/draw/intern/draw_hair_private.h
@@ -75,7 +75,6 @@ typedef struct ParticleHairCache {
int point_len;
} ParticleHairCache;
-
/**
* Ensure all textures and buffers needed for GPU accelerated drawing.
*/