[glib: 6/11] tests: Fix some code formatting in closure-refcount
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 6/11] tests: Fix some code formatting in closure-refcount
- Date: Wed, 27 Feb 2019 16:48:41 +0000 (UTC)
commit d6e91119863ad410b0133936582606e71006bc51
Author: Philip Withnall <withnall endlessm com>
Date: Wed Feb 27 11:55:21 2019 +0000
tests: Fix some code formatting in closure-refcount
Signed-off-by: Philip Withnall <withnall endlessm com>
gobject/tests/closure-refcount.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gobject/tests/closure-refcount.c b/gobject/tests/closure-refcount.c
index 184860b6b..64a8a1dec 100644
--- a/gobject/tests/closure-refcount.c
+++ b/gobject/tests/closure-refcount.c
@@ -184,7 +184,7 @@ thread1_main (gpointer data)
if (i % 10000 == 0)
{
g_test_message ("Yielding from thread1");
- g_thread_yield(); /* force context switch */
+ g_thread_yield (); /* force context switch */
seen_thread1 = TRUE;
}
}
@@ -203,7 +203,7 @@ thread2_main (gpointer data)
if (i % 10000 == 0)
{
g_test_message ("Yielding from thread2");
- g_thread_yield(); /* force context switch */
+ g_thread_yield (); /* force context switch */
seen_thread2 = TRUE;
}
}
@@ -278,7 +278,7 @@ test_closure_refcount (void)
if (i % 10000 == 0)
{
g_test_message ("Yielding from main thread");
- g_thread_yield(); /* force context switch */
+ g_thread_yield (); /* force context switch */
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]