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_relationships.c
parent3741a588bca93c00b786df7d496c813ae061c2f1 (diff)
style cleanup: space around for loop wrappers
Diffstat (limited to 'source/blender/editors/space_node/node_relationships.c')
-rw-r--r--source/blender/editors/space_node/node_relationships.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_node/node_relationships.c b/source/blender/editors/space_node/node_relationships.c
index 244b222811e..297c9c5c86d 100644
--- a/source/blender/editors/space_node/node_relationships.c
+++ b/source/blender/editors/space_node/node_relationships.c
@@ -762,7 +762,7 @@ static int cut_links_exec(bContext *C, wmOperator *op)
float mcoords[256][2];
int i = 0;
- RNA_BEGIN(op->ptr, itemptr, "path")
+ RNA_BEGIN (op->ptr, itemptr, "path")
{
float loc[2];