From 4c05dae76e43ed5aa495fdd2fd78d721399a1f46 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 27 May 2025 12:36:50 +0100 Subject: [PATCH] tests: Fix line wrapping in a function definition in asyncqueue Signed-off-by: Philip Withnall --- glib/tests/asyncqueue.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;