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-06-01 08:04:30 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-06-01 08:04:30 +0300
commit81c33f0ba7952555714245ba6cfecf6d9f85839a (patch)
treec3052391e9843dbe8c2e0b8ea0d7be81e4f90717 /source/blender/editors
parentc71be9a552359855e90abbe89c65df0eec6755bb (diff)
Cleanup: clang-format
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/transform/transform_orientations.c21
1 files changed, 11 insertions, 10 deletions
diff --git a/source/blender/editors/transform/transform_orientations.c b/source/blender/editors/transform/transform_orientations.c
index 70060b5812b..18ea73a01be 100644
--- a/source/blender/editors/transform/transform_orientations.c
+++ b/source/blender/editors/transform/transform_orientations.c
@@ -562,16 +562,17 @@ short transform_orientation_matrix_get(bContext *C,
orientation_index_custom = orientation - V3D_ORIENT_CUSTOM;
}
- return ED_transform_calc_orientation_from_type_ex(C,
- r_spacemtx,
- /* extra args (can be accessed from context) */
- t->scene,
- rv3d,
- ob,
- obedit,
- orientation,
- orientation_index_custom,
- t->around);
+ return ED_transform_calc_orientation_from_type_ex(
+ C,
+ r_spacemtx,
+ /* extra args (can be accessed from context) */
+ t->scene,
+ rv3d,
+ ob,
+ obedit,
+ orientation,
+ orientation_index_custom,
+ t->around);
}
unit_m3(r_spacemtx);