mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-23 10:27:51 +02:00
Minor stylistic fix
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user