tests: Fix line wrapping in a function definition in asyncqueue

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall
2025-05-27 12:36:50 +01:00
parent 7e225eaeb3
commit 4c05dae76e

View File

@@ -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;