Cleanup: comment line length (editors)

Prevents clang-format wrapping text before comments.
This commit is contained in:
2019-01-15 23:24:20 +11:00
parent 4226ee0b71
commit b8e8c0e325
209 changed files with 2521 additions and 1273 deletions

View File

@@ -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;
}