Minor stylistic fix
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 10 Jun 2005 13:24:02 +0000 (13:24 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 10 Jun 2005 13:24:02 +0000 (13:24 +0000)
glib/gerror.c

index 495e40f..eb1d924 100644 (file)
 
 
 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;