From a22c2ceb0feed60942a59f0ebaa26d351b784ed8 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 12 Sep 2019 18:58:43 +1000 Subject: Cleanup: line breaks with comments --- source/blender/windowmanager/intern/wm_operator_type.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/windowmanager') diff --git a/source/blender/windowmanager/intern/wm_operator_type.c b/source/blender/windowmanager/intern/wm_operator_type.c index 96fbac3aecc..e3fe8892515 100644 --- a/source/blender/windowmanager/intern/wm_operator_type.c +++ b/source/blender/windowmanager/intern/wm_operator_type.c @@ -227,8 +227,8 @@ void wm_operatortype_free(void) */ void WM_operatortype_props_advanced_begin(wmOperatorType *ot) { - if (ot_prop_basic_count == - -1) { /* Don't do anything if _begin was called before, but not _end */ + if (ot_prop_basic_count == -1) { + /* Don't do anything if _begin was called before, but not _end */ ot_prop_basic_count = RNA_struct_count_properties(ot->srna); } } -- cgit v1.2.3