diff --git a/glib/tests/asyncqueue.c b/glib/tests/asyncqueue.c index 2fcb23c66..210d0ae84 100644 --- a/glib/tests/asyncqueue.c +++ b/glib/tests/asyncqueue.c @@ -40,8 +40,8 @@ compare_func (gconstpointer d1, gconstpointer d2, gpointer data) return i1 - i2; } -static -void test_async_queue_sort (void) +static void +test_async_queue_sort (void) { GAsyncQueue *q;