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>2018-05-22 17:12:30 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-05-22 17:12:41 +0300
commit6781fac42e91c607910f2ff6b04a805d49a35107 (patch)
tree1aa50cc08451a00eec8d05e67f1c718ec905d411 /source/blender/makesrna/intern/rna_workspace_api.c
parentab196092332e1108b220e1c0c3499f581ee694ae (diff)
Cleanup: warning
Diffstat (limited to 'source/blender/makesrna/intern/rna_workspace_api.c')
-rw-r--r--source/blender/makesrna/intern/rna_workspace_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_workspace_api.c b/source/blender/makesrna/intern/rna_workspace_api.c
index e56d9a0bc33..81606dfba4a 100644
--- a/source/blender/makesrna/intern/rna_workspace_api.c
+++ b/source/blender/makesrna/intern/rna_workspace_api.c
@@ -114,7 +114,7 @@ void RNA_api_workspace_tool(StructRNA *srna)
parm = RNA_def_pointer(func, "result", "OperatorProperties", "", "");
RNA_def_parameter_flags(parm, PROP_NEVER_NULL, PARM_RNAPTR);
RNA_def_function_return(func, parm);
-
+
}
#endif