Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-02-12 10:18:31 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-02-12 10:19:01 +0300
commita2ce3b342a23fbef42c644f0555f2ad06ec5049c (patch)
tree4cf95755d61d7c18f8690cd7ada7b4cc0d8f8fbc /source/blender/editors/space_node
parentdf1e9b662bd6938f74579cea9d30341f3b6dd02b (diff)
Cleanup: clang-format
Diffstat (limited to 'source/blender/editors/space_node')
-rw-r--r--source/blender/editors/space_node/node_draw.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/space_node/node_draw.c b/source/blender/editors/space_node/node_draw.c
index 755e2cc1618..4627f233720 100644
--- a/source/blender/editors/space_node/node_draw.c
+++ b/source/blender/editors/space_node/node_draw.c
@@ -354,8 +354,6 @@ void node_from_view(struct bNode *node, float x, float y, float *rx, float *ry)
nodeFromView(node, x, y, rx, ry);
}
-
-
/* based on settings in node, sets drawing rect info. each redraw! */
static void node_update_basis(const bContext *C, bNodeTree *ntree, bNode *node)
{