mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-14 00:06:24 +01:00
Minor stylistic fix
This commit is contained in:
parent
9eedca42b1
commit
0abf02e121
@ -31,10 +31,10 @@
|
||||
|
||||
|
||||
static GError*
|
||||
g_error_new_valist(GQuark domain,
|
||||
gint code,
|
||||
const gchar *format,
|
||||
va_list args)
|
||||
g_error_new_valist (GQuark domain,
|
||||
gint code,
|
||||
const gchar *format,
|
||||
va_list args)
|
||||
{
|
||||
GError *error;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user