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>2021-01-13 05:15:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-01-13 05:15:22 +0300
commitbc584258626249a005a518661aabe080ec25f276 (patch)
treeb0a967d8abec8fadd9bfe51176e60f23162b2fc9 /source/blender/makesdna
parentb9e02eace69ebc003f3598b0ba1bf0682f21c411 (diff)
Cleanup: clang-format, trailing space
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_particle_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_particle_types.h b/source/blender/makesdna/DNA_particle_types.h
index 5310ec56b26..10fcca734b2 100644
--- a/source/blender/makesdna/DNA_particle_types.h
+++ b/source/blender/makesdna/DNA_particle_types.h
@@ -132,7 +132,7 @@ typedef struct ParticleData {
*/
/** Index to vert/edge/face. */
int num;
- /**
+ /**
* Index to derived mesh data (face) to avoid slow lookups. It can also have negative
* values DMCACHE_NOTFOUND and DMCACHE_ISCHILD.
*/