From 798cd8a7230dba1a0aead06bb82857b881a42f95 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 1 Nov 2018 07:31:49 +1100 Subject: Cleanup: style --- source/blender/editors/space_view3d/view3d_gizmo_empty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_view3d/view3d_gizmo_empty.c') diff --git a/source/blender/editors/space_view3d/view3d_gizmo_empty.c b/source/blender/editors/space_view3d/view3d_gizmo_empty.c index bc190355ea6..c58b1a6d6cd 100644 --- a/source/blender/editors/space_view3d/view3d_gizmo_empty.c +++ b/source/blender/editors/space_view3d/view3d_gizmo_empty.c @@ -132,7 +132,7 @@ static bool WIDGETGROUP_empty_image_poll(const bContext *C, wmGizmoGroupType *UN Object *ob = CTX_data_active_object(C); if (ob && ob->type == OB_EMPTY) { - if (ob->empty_drawtype == OB_EMPTY_IMAGE){ + if (ob->empty_drawtype == OB_EMPTY_IMAGE) { return is_image_empty_visible(ob, rv3d); } } -- cgit v1.2.3