From 0ac990d088d553c27f5360f62e142e99f087890a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 22 Apr 2019 00:18:34 +1000 Subject: Cleanup: comments (long lines) in editors --- source/blender/editors/space_outliner/outliner_edit.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/space_outliner/outliner_edit.c') diff --git a/source/blender/editors/space_outliner/outliner_edit.c b/source/blender/editors/space_outliner/outliner_edit.c index 72c420f00cb..d939f84e186 100644 --- a/source/blender/editors/space_outliner/outliner_edit.c +++ b/source/blender/editors/space_outliner/outliner_edit.c @@ -1478,7 +1478,8 @@ void OUTLINER_OT_show_one_level(wmOperatorType *ot) /* Show Hierarchy ----------------------------------------------- */ -/* helper function for tree_element_shwo_hierarchy() - recursively checks whether subtrees have any objects*/ +/* Helper function for tree_element_shwo_hierarchy() - + * recursively checks whether subtrees have any objects. */ static int subtree_has_objects(ListBase *lb) { TreeElement *te; @@ -1682,7 +1683,8 @@ static void tree_element_to_path(TreeElement *te, } } else { - /* no ID, so check if entry is RNA-struct, and if that RNA-struct is an ID datablock to extract info from */ + /* no ID, so check if entry is RNA-struct, + * and if that RNA-struct is an ID datablock to extract info from. */ if (tse->type == TSE_RNA_STRUCT) { /* ptr->data not ptr->id.data seems to be the one we want, * since ptr->data is sometimes the owner of this ID? */ -- cgit v1.2.3