From 84906d47dc8ae7e0739865dbcba727f29c0632e9 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 9 Jun 2022 10:10:37 +1000 Subject: Cleanup: format --- source/blender/editors/include/ED_keyframing.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/include/ED_keyframing.h') diff --git a/source/blender/editors/include/ED_keyframing.h b/source/blender/editors/include/ED_keyframing.h index 5f172dab969..a53042b70d6 100644 --- a/source/blender/editors/include/ED_keyframing.h +++ b/source/blender/editors/include/ED_keyframing.h @@ -662,8 +662,8 @@ bool ED_autokeyframe_pchan(struct bContext *C, /** * Use for auto-key-framing * \param only_if_property_keyed: if true, auto-key-framing only creates keyframes on already keyed - * properties. This is by design when using buttons. For other callers such as gizmos or VSE preview - * transform, creating new animation/keyframes also on non-keyed properties is desired. + * properties. This is by design when using buttons. For other callers such as gizmos or VSE + * preview transform, creating new animation/keyframes also on non-keyed properties is desired. */ bool ED_autokeyframe_property(struct bContext *C, struct Scene *scene, -- cgit v1.2.3