Cleanup: clang-format

This commit is contained in:
Campbell Barton 2021-04-16 22:12:20 +10:00
parent afd8e4bce7
commit 278b19745b
1 changed files with 2 additions and 2 deletions

View File

@ -228,7 +228,7 @@ static void pick_link(const bContext *C,
BLI_assert(nldrag->last_node_hovered_while_dragging_a_link != NULL);
sort_multi_input_socket_links(
snode, nldrag->last_node_hovered_while_dragging_a_link, NULL,NULL);
snode, nldrag->last_node_hovered_while_dragging_a_link, NULL, NULL);
/* Send changed event to original link->tonode. */
if (node) {
@ -901,7 +901,7 @@ static void node_link_find_socket(bContext *C, wmOperator *op, float cursor[2])
existing_link_connected_to_fromsock->multi_input_socket_index;
continue;
}
if(link->tosock && link->tosock->flag & SOCK_MULTI_INPUT){
if (link->tosock && link->tosock->flag & SOCK_MULTI_INPUT) {
sort_multi_input_socket_links(snode, tnode, link, cursor);
}
}