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-09-05 19:21:27 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-05 19:21:27 +0300
commitffec86bb62c52665ef6a05770f03ab69fa6bb231 (patch)
tree6d080aee3dc00c1145b4d009de6e0c1f47366594 /source/blender/editors/object
parent3a8d9198b33d9c90abd3a134ee26e2f68ff52002 (diff)
Cleanup: clang-format
Diffstat (limited to 'source/blender/editors/object')
-rw-r--r--source/blender/editors/object/object_modes.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/source/blender/editors/object/object_modes.c b/source/blender/editors/object/object_modes.c
index d4dd6617c53..bc05a62759f 100644
--- a/source/blender/editors/object/object_modes.c
+++ b/source/blender/editors/object/object_modes.c
@@ -315,9 +315,9 @@ static bool ed_object_mode_generic_exit_ex(struct Main *bmain,
* This is in fits with the convention of selecting multiple objects and entering a mode.
*/
static void ed_object_posemode_set_for_weight_paint_ex(bContext *C,
- Main *bmain,
- Object *ob_arm,
- const bool is_mode_set)
+ Main *bmain,
+ Object *ob_arm,
+ const bool is_mode_set)
{
View3D *v3d = CTX_wm_view3d(C);
ViewLayer *view_layer = CTX_data_view_layer(C);
@@ -347,9 +347,9 @@ static void ed_object_posemode_set_for_weight_paint_ex(bContext *C,
}
void ED_object_posemode_set_for_weight_paint(bContext *C,
- Main *bmain,
- Object *ob,
- const bool is_mode_set)
+ Main *bmain,
+ Object *ob,
+ const bool is_mode_set)
{
if (ob->type == OB_GPENCIL) {
GpencilVirtualModifierData virtualModifierData;