Workbench: CleanUp whitespaces

This commit is contained in:
Jeroen Bakker 2018-07-03 10:25:07 +02:00
parent 6016abc1a3
commit 4bc11b72e5
1 changed files with 9 additions and 9 deletions

View File

@ -287,13 +287,13 @@ void workbench_taa_draw_scene_end(WORKBENCH_Data *vedata)
void workbench_taa_view_updated(WORKBENCH_Data *vedata)
{
WORKBENCH_StorageList *stl = vedata->stl;
if (stl)
{
WORKBENCH_EffectInfo *effect_info = stl->effects;
if (effect_info)
{
effect_info->view_updated = true;
}
}
WORKBENCH_StorageList *stl = vedata->stl;
if (stl)
{
WORKBENCH_EffectInfo *effect_info = stl->effects;
if (effect_info)
{
effect_info->view_updated = true;
}
}
}