Cleanup: trailing space

This commit is contained in:
Campbell Barton
2018-11-25 08:01:14 +11:00
parent e5bc9fae54
commit e742e0934d
8 changed files with 9 additions and 9 deletions

View File

@@ -215,7 +215,7 @@ void Scene::device_update(Device *device_, Progress& progress)
object_manager->device_update(device, &dscene, this, progress);
if(progress.get_cancel() || device->have_error()) return;
progress.set_status("Updating Hair Systems");
curve_system_manager->device_update(device, &dscene, this, progress);
@@ -245,7 +245,7 @@ void Scene::device_update(Device *device_, Progress& progress)
camera->device_update_volume(device, &dscene, this);
if(progress.get_cancel() || device->have_error()) return;
progress.set_status("Updating Lookup Tables");
lookup_tables->device_update(device, &dscene);