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>2013-08-24 14:05:29 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-08-24 14:05:29 +0400
commit3cf14f0b3a6622d2592e4912a7f60b9dab54b1e0 (patch)
tree0e522296d99af8663ef5b2450e7abe774dee010d /source/blender/editors/space_node/node_add.c
parent3741a588bca93c00b786df7d496c813ae061c2f1 (diff)
style cleanup: space around for loop wrappers
Diffstat (limited to 'source/blender/editors/space_node/node_add.c')
-rw-r--r--source/blender/editors/space_node/node_add.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_node/node_add.c b/source/blender/editors/space_node/node_add.c
index c9618daa7c5..45b0272576a 100644
--- a/source/blender/editors/space_node/node_add.c
+++ b/source/blender/editors/space_node/node_add.c
@@ -215,7 +215,7 @@ static int add_reroute_exec(bContext *C, wmOperator *op)
int i = 0;
/* Get the cut path */
- RNA_BEGIN(op->ptr, itemptr, "path")
+ RNA_BEGIN (op->ptr, itemptr, "path")
{
float loc[2];