From 03b2371387dcae9f801cabbc1819b1d7e3350829 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 14 Aug 2019 23:29:46 +1000 Subject: Cleanup: move trailing comments to avoid wrapping code Some statements were split across multiple lines because of their trailing comments. In most cases it's clearer to put the comments above. --- source/blender/editors/object/object_shader_fx.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/object/object_shader_fx.c') diff --git a/source/blender/editors/object/object_shader_fx.c b/source/blender/editors/object/object_shader_fx.c index 6212269c099..457d2421253 100644 --- a/source/blender/editors/object/object_shader_fx.c +++ b/source/blender/editors/object/object_shader_fx.c @@ -282,8 +282,9 @@ void OBJECT_OT_shaderfx_add(wmOperatorType *ot) ot->prop = RNA_def_enum( ot->srna, "type", rna_enum_object_shaderfx_type_items, eShaderFxType_Blur, "Type", ""); RNA_def_enum_funcs(ot->prop, shaderfx_add_itemf); - RNA_def_property_translation_context(ot->prop, - BLT_I18NCONTEXT_ID_ID); /* Abused, for "Light"... */ + + /* Abused, for "Light"... */ + RNA_def_property_translation_context(ot->prop, BLT_I18NCONTEXT_ID_ID); } /* -------------------------------------------------------------------- */ -- cgit v1.2.3