From 4bc65a9b3f31ed44d043f599d3f7faa2366ef2a4 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 9 Jul 2025 02:10:05 +0000 Subject: [PATCH] Cleanup: white space warnings from "check_struct_comments" --- source/blender/makesdna/DNA_anim_types.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/blender/makesdna/DNA_anim_types.h b/source/blender/makesdna/DNA_anim_types.h index 85771d64254..e440b3cd591 100644 --- a/source/blender/makesdna/DNA_anim_types.h +++ b/source/blender/makesdna/DNA_anim_types.h @@ -441,7 +441,7 @@ typedef struct NlaStrip { * \note Most code should not write to this field directly, but use functions from * `blender::animrig::nla` instead, see ANIM_nla.hh. */ - char last_slot_identifier[/* MAX_ID_NAME */ 258]; + char last_slot_identifier[/*MAX_ID_NAME*/ 258]; char _pad0[2]; /** F-Curves for controlling this strip's influence and timing */ /* TODO: move out? */ @@ -677,7 +677,7 @@ typedef struct AnimData { * * \see #ActionSlot::name */ - char last_slot_identifier[/* MAX_ID_NAME */ 258]; + char last_slot_identifier[/*MAX_ID_NAME*/ 258]; uint8_t _pad0[2]; /** @@ -686,7 +686,7 @@ typedef struct AnimData { */ bAction *tmpact; int32_t tmp_slot_handle; - char tmp_last_slot_identifier[/* MAX_ID_NAME */ 258]; + char tmp_last_slot_identifier[/*MAX_ID_NAME*/ 258]; uint8_t _pad1[2]; /* nla-tracks */