Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-09-12 11:58:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-09-12 11:59:44 +0300
commita22c2ceb0feed60942a59f0ebaa26d351b784ed8 (patch)
tree8f733ce296f1a157905266cd547865e114cad913 /source/blender/windowmanager
parent1e2f2f27e9f2bcac470330070a10e0d82f9a50a0 (diff)
Cleanup: line breaks with comments
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/intern/wm_operator_type.c4
1 files changed, 2 insertions, 2 deletions
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);
}
}