From a0886d1b6ec96878015eed94cc551f06358ce864 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Sun, 11 Oct 2020 13:00:49 -0400 Subject: Cleanup: make format --- source/blender/editors/animation/anim_channels_defines.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'source/blender/editors/animation') diff --git a/source/blender/editors/animation/anim_channels_defines.c b/source/blender/editors/animation/anim_channels_defines.c index a9786f28ad5..338cbf2cded 100644 --- a/source/blender/editors/animation/anim_channels_defines.c +++ b/source/blender/editors/animation/anim_channels_defines.c @@ -5333,9 +5333,12 @@ void ANIM_channel_draw_widgets(const bContext *C, * - Sliders are always drawn in Shapekey mode now. Prior to this * the SACTION_SLIDERS flag would be set when changing into Shapekey mode. */ - if (((draw_sliders) - && ELEM(ale->type, ANIMTYPE_FCURVE, ANIMTYPE_NLACURVE, ANIMTYPE_SHAPEKEY, ANIMTYPE_GPLAYER)) - || ale->type == ANIMTYPE_SHAPEKEY) { + if (((draw_sliders) && ELEM(ale->type, + ANIMTYPE_FCURVE, + ANIMTYPE_NLACURVE, + ANIMTYPE_SHAPEKEY, + ANIMTYPE_GPLAYER)) || + ale->type == ANIMTYPE_SHAPEKEY) { /* adjust offset */ /* TODO: make slider width dynamic, * so that they can be easier to use when the view is wide enough. */ -- cgit v1.2.3