From: Matthias Clasen Date: Fri, 10 Jun 2005 13:24:02 +0000 (+0000) Subject: Minor stylistic fix X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=0abf02e121e3ddb7fcebe88015c5bce247b4ca65;p=dana%2Fcg-glib.git Minor stylistic fix --- diff --git a/glib/gerror.c b/glib/gerror.c index 495e40ff..eb1d924c 100644 --- a/glib/gerror.c +++ b/glib/gerror.c @@ -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;