From 81c33f0ba7952555714245ba6cfecf6d9f85839a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 1 Jun 2020 15:04:30 +1000 Subject: Cleanup: clang-format --- .../editors/transform/transform_orientations.c | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'source/blender/editors') 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); -- cgit v1.2.3