Cleanup: strip space

This commit is contained in:
Campbell Barton 2018-06-20 10:13:49 +02:00
parent 8b9712faeb
commit 9f9756ec35
2 changed files with 2 additions and 2 deletions

View File

@ -1036,4 +1036,4 @@ void BKE_studiolight_unset_icon_id(StudioLight *sl, int icon_id)
if (sl->icon_id_matcap_flipped == icon_id) {
sl->icon_id_matcap_flipped = 0;
}
}
}

View File

@ -861,7 +861,7 @@ static void ui_studiolight_kill_icon_preview_job(wmWindowManager *wm, int icon_i
static void ui_studiolight_free_function(StudioLight * sl, void* data)
{
wmWindowManager *wm = data;
// get icons_id, get icons and kill wm jobs
if (sl->icon_id_radiance) {
ui_studiolight_kill_icon_preview_job(wm, sl->icon_id_radiance);