From 6c6a53fad357ad63d8128c33da7a84f172ef0b63 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 6 Sep 2022 16:25:20 +1000 Subject: Cleanup: spelling in comments, formatting, move comments into headers --- source/blender/editors/space_outliner/outliner_edit.cc | 2 +- source/blender/editors/space_outliner/outliner_tools.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/space_outliner') diff --git a/source/blender/editors/space_outliner/outliner_edit.cc b/source/blender/editors/space_outliner/outliner_edit.cc index cca6c9cc316..8618c2999c2 100644 --- a/source/blender/editors/space_outliner/outliner_edit.cc +++ b/source/blender/editors/space_outliner/outliner_edit.cc @@ -149,7 +149,7 @@ void OUTLINER_OT_highlight_update(wmOperatorType *ot) void outliner_item_openclose(TreeElement *te, bool open, bool toggle_all) { - /* Only allow opening elements with children. */ + /* Only allow opening elements with children. */ if (!(te->flag & TE_PRETEND_HAS_CHILDREN) && BLI_listbase_is_empty(&te->subtree)) { return; } diff --git a/source/blender/editors/space_outliner/outliner_tools.cc b/source/blender/editors/space_outliner/outliner_tools.cc index 4663df00a92..b0d24c88eea 100644 --- a/source/blender/editors/space_outliner/outliner_tools.cc +++ b/source/blender/editors/space_outliner/outliner_tools.cc @@ -919,7 +919,7 @@ struct OutlinerLibOverrideData { * override), or an actual already existing override. */ Map> id_hierarchy_roots; - /** All 'session_uuid' of all hierarchy root IDs used or created by the operation. */ + /** All 'session_uuid' of all hierarchy root IDs used or created by the operation. */ Set id_hierarchy_roots_uid; void id_root_add(ID *id_hierarchy_root_reference, -- cgit v1.2.3