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>2020-11-18 05:35:26 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-11-18 05:36:30 +0300
commitbbdfeb751e16d939482d2e4b95c4d470f53f18a5 (patch)
tree25d35a1c099a913cab588ea4d25be236f3b30e26 /source/blender/makesrna/intern/rna_object_force.c
parent88512646c0bafa1e31abe41025fc8d837ad77583 (diff)
Cleanup: remove break after return statements
Diffstat (limited to 'source/blender/makesrna/intern/rna_object_force.c')
-rw-r--r--source/blender/makesrna/intern/rna_object_force.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_object_force.c b/source/blender/makesrna/intern/rna_object_force.c
index ee87ad19cbb..c4dcda71984 100644
--- a/source/blender/makesrna/intern/rna_object_force.c
+++ b/source/blender/makesrna/intern/rna_object_force.c
@@ -197,7 +197,6 @@ static char *rna_PointCache_path(PointerRNA *ptr)
}
default: {
return BLI_sprintfN("modifiers[\"%s\"].point_cache", name_esc);
- break;
}
}
}