[Bf-blender-cvs] [278b19745b9] blender-v2.93-release: Cleanup: clang-format

Campbell Barton noreply at git.blender.org
Fri Apr 16 14:13:28 CEST 2021


Commit: 278b19745b9d8d8f108f98d7686d0366fbbde736
Author: Campbell Barton
Date:   Fri Apr 16 22:12:20 2021 +1000
Branches: blender-v2.93-release
https://developer.blender.org/rB278b19745b9d8d8f108f98d7686d0366fbbde736

Cleanup: clang-format

===================================================================

M	source/blender/editors/space_node/node_relationships.c

===================================================================

diff --git a/source/blender/editors/space_node/node_relationships.c b/source/blender/editors/space_node/node_relationships.c
index 8b0d7ef77b3..91fe8f5ec89 100644
--- a/source/blender/editors/space_node/node_relationships.c
+++ b/source/blender/editors/space_node/node_relationships.c
@@ -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);
         }
       }



More information about the Bf-blender-cvs mailing list