From 98738dbba1693fb8631399e116b03339e33a2a88 Mon Sep 17 00:00:00 2001 From: nash Date: Thu, 9 Sep 2010 05:36:56 +0000 Subject: [PATCH] Whitespace --; git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@52024 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/cache/evas_preload.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/cache/evas_preload.c b/src/lib/cache/evas_preload.c index 1bff5f2..0dfa5f9 100644 --- a/src/lib/cache/evas_preload.c +++ b/src/lib/cache/evas_preload.c @@ -213,7 +213,7 @@ evas_preload_thread_run(void (*func_heavy) (void *data), if (pthread_create(&pth->thread, NULL, (void *) _evas_preload_thread_worker, pth) == 0) { -#ifdef __linux__ +#ifdef __linux__ struct sched_param param; /* lower priority of async loader threads so they use up "bg cpu" @@ -226,7 +226,7 @@ evas_preload_thread_run(void (*func_heavy) (void *data), if (pthread_setschedparam(pth->thread, SCHED_RR, ¶m) != 0) { int newp; - + errno = 0; newp = getpriority(PRIO_PROCESS, 0); if (errno == 0) @@ -236,8 +236,8 @@ evas_preload_thread_run(void (*func_heavy) (void *data), setpriority(PRIO_PROCESS, pth->thread, newp); } } -#endif - +#endif + LKL(_mutex); _evas_preload_thread_count++; LKU(_mutex); -- 2.7.4