mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-12-09 10:04:50 +01:00
tests: Fix line wrapping in a function definition in asyncqueue
Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user