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>2014-05-14 00:37:56 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-14 00:37:56 +0400
commit5cc1e03540fbc68d3fec35af0fc3eeee8a00cf9a (patch)
tree9cd6a68593c14832f3c7a7577785f02943e97e1f /source/blender/makesrna/intern/rna_scene.c
parent33df6aa12ea6f627b5b238e6eec64cffb2acdbd4 (diff)
Code cleanup: indentation
Diffstat (limited to 'source/blender/makesrna/intern/rna_scene.c')
-rw-r--r--source/blender/makesrna/intern/rna_scene.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c
index 08fe2701915..82dae1da498 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -1660,7 +1660,7 @@ static void rna_FreestyleSettings_module_remove(ID *id, FreestyleSettings *confi
if (!BKE_freestyle_module_delete((FreestyleConfig *)config, module)) {
if (module->script)
- BKE_reportf(reports, RPT_ERROR, "Style module '%s' could not be removed", module->script->id.name+2);
+ BKE_reportf(reports, RPT_ERROR, "Style module '%s' could not be removed", module->script->id.name + 2);
else
BKE_reportf(reports, RPT_ERROR, "Style module could not be removed");
return;