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>2018-10-31 23:31:49 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-10-31 23:32:13 +0300
commit798cd8a7230dba1a0aead06bb82857b881a42f95 (patch)
treeae723795f7d859d34c530a6c9c40bf081ce50674 /source/blender/editors/space_view3d/view3d_gizmo_empty.c
parent35b888fbda83fe1a393d2e70efed1dedf04614ac (diff)
Cleanup: style
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_gizmo_empty.c')
-rw-r--r--source/blender/editors/space_view3d/view3d_gizmo_empty.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}