projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9eedca4
)
Minor stylistic fix
author
Matthias Clasen
<matthiasc@src.gnome.org>
Fri, 10 Jun 2005 13:24:02 +0000
(13:24 +0000)
committer
Matthias Clasen
<matthiasc@src.gnome.org>
Fri, 10 Jun 2005 13:24:02 +0000
(13:24 +0000)
glib/gerror.c
patch
|
blob
|
history
diff --git
a/glib/gerror.c
b/glib/gerror.c
index
495e40f
..
eb1d924
100644
(file)
--- 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;