From ae573836483d6acc56761918336cb8d2b0486d08 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 2 Sep 2018 18:28:27 +1000 Subject: Cleanup: comment blocks --- source/blender/makesdna/DNA_gpencil_types.h | 6 +++--- source/blender/makesdna/DNA_object_force_types.h | 4 ++-- source/blender/makesdna/DNA_particle_types.h | 6 +++--- source/blender/makesdna/DNA_scene_types.h | 12 ++++++------ 4 files changed, 14 insertions(+), 14 deletions(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_gpencil_types.h b/source/blender/makesdna/DNA_gpencil_types.h index 8462b615d2c..cdadb1764b8 100644 --- a/source/blender/makesdna/DNA_gpencil_types.h +++ b/source/blender/makesdna/DNA_gpencil_types.h @@ -315,9 +315,9 @@ typedef struct bGPdata_runtime { short bfill_style; /* buffer style for filling areas (used to select shader type) */ /* Stroke Buffer data (only used during paint-session) - * - buffer must be initialized before use, but freed after - * whole paint operation is over - */ + * - buffer must be initialized before use, but freed after + * whole paint operation is over + */ short sbuffer_size; /* number of elements currently in cache */ short sbuffer_sflag; /* flags for stroke that cache represents */ char pad_[6]; diff --git a/source/blender/makesdna/DNA_object_force_types.h b/source/blender/makesdna/DNA_object_force_types.h index 3538abcff1a..721154a62eb 100644 --- a/source/blender/makesdna/DNA_object_force_types.h +++ b/source/blender/makesdna/DNA_object_force_types.h @@ -137,8 +137,8 @@ typedef struct EffectorWeights { /* Point cache file data types: * - used as (1<