[Evas GL Thread 1] evas: Fixed indentation of evas_thread_render.c

Summary:
@fix

Change-Id: I411fe6d75dc7b15c0d7f19f165ea4b0cc3b28c12

Reviewers: sung, jpeg, cedric, raster

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D4525
This commit is contained in:
Haegeun Park 2017-01-04 11:45:56 +09:00 committed by Jean-Philippe Andre
parent a6c1c2d08f
commit 0ac95c40bc
1 changed files with 113 additions and 112 deletions

View File

@ -209,6 +209,7 @@ evas_thread_shutdown(void)
eina_condition_signal(&evas_thread_queue_condition);
eina_lock_release(&evas_thread_queue_lock);
_shutdown_timeout(&to, SHUTDOWN_TIMEOUT_RESET, SHUTDOWN_TIMEOUT);
while (!evas_thread_exited && (evas_async_events_process() != -1))
{