Cleanup: clang-format, trailing space

Minor manual tweak to prevent wrapping an array into columns.
This commit is contained in:
2021-03-22 14:22:37 +11:00
parent 2a06657eca
commit 544b3ab1de
15 changed files with 17 additions and 17 deletions

View File

@@ -609,7 +609,7 @@ class DOPESHEET_MT_context_menu(Menu):
layout.separator()
layout.operator_menu_enum("action.keyframe_type", "type", text="Keyframe Type")
if st.mode != 'GPENCIL':
layout.operator_menu_enum("action.handle_type", "type", text="Handle Type")
layout.operator_menu_enum("action.interpolation_type", "type", text="Interpolation Mode")