Cleanup: comment line length (editors)
Prevents clang-format wrapping text before comments.
This commit is contained in:
@@ -1947,7 +1947,8 @@ static int node_clipboard_copy_exec(bContext *C, wmOperator *UNUSED(op))
|
||||
|
||||
/* ensure valid pointers */
|
||||
if (new_node->parent) {
|
||||
/* parent pointer must be redirected to new node or detached if parent is not copied */
|
||||
/* parent pointer must be redirected to new node or detached if parent is
|
||||
* not copied */
|
||||
if (new_node->parent->flag & NODE_SELECT) {
|
||||
new_node->parent = new_node->parent->new_node;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user