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-10-22 03:35:08 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-10-22 03:35:08 +0400
commit7c8c49a34a32bdd67e9da27d4b5166f59d45ed70 (patch)
tree8c4a250bc4947d8a13f4e4692324548bc57bc0cf /source/blender/makesrna/intern/makesrna.c
parent4b0ff02aebc82e15d83c57c4e7b46c9b2c664672 (diff)
style cleanup
Diffstat (limited to 'source/blender/makesrna/intern/makesrna.c')
-rw-r--r--source/blender/makesrna/intern/makesrna.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/makesrna.c b/source/blender/makesrna/intern/makesrna.c
index 71e4fd4efd5..b4b3fea09c7 100644
--- a/source/blender/makesrna/intern/makesrna.c
+++ b/source/blender/makesrna/intern/makesrna.c
@@ -3695,7 +3695,7 @@ static const char *cpp_classes = ""
" typename Tcollection_funcs>\n"
"class Collection : public Tcollection_funcs {\n"
"public:\n"
-" Collection(const PointerRNA &p) : Tcollection_funcs(p), ptr(p) {}\n"
+" Collection(const PointerRNA &p) : Tcollection_funcs(p), ptr(p) {}\n"
"\n"
" void begin(CollectionIterator<T, Tbegin, Tnext, Tend>& iter)\n"
" { iter.begin(ptr); }\n"