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>2019-03-20 16:58:01 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-03-20 17:01:27 +0300
commit4e0b5a0baf4f1f3b194f5f869abd2292b0350baf (patch)
tree615ddd24d4a1628e8650d38a367c9990a9f363a6 /source/blender/editors/gizmo_library
parent08efcefb470577cafd2587c1b356b028365dd3f9 (diff)
Cleanup: style
Diffstat (limited to 'source/blender/editors/gizmo_library')
-rw-r--r--source/blender/editors/gizmo_library/gizmo_types/cage2d_gizmo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/gizmo_library/gizmo_types/cage2d_gizmo.c b/source/blender/editors/gizmo_library/gizmo_types/cage2d_gizmo.c
index 2d8f48f8187..f4f4c6425c2 100644
--- a/source/blender/editors/gizmo_library/gizmo_types/cage2d_gizmo.c
+++ b/source/blender/editors/gizmo_library/gizmo_types/cage2d_gizmo.c
@@ -105,7 +105,7 @@ static bool gizmo_calc_rect_view_margin(
float scale_xy[2];
if (!gizmo_calc_rect_view_scale(gz, dims, scale_xy)) {
return false;
- };
+ }
margin[0] = ((handle_size * scale_xy[0]));
margin[1] = ((handle_size * scale_xy[1]));
return true;