summaryrefslogtreecommitdiff
path: root/gio/gmemoryoutputstream.h
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2008-09-02 19:05:58 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-09-02 19:05:58 +0000
commitf2a2d6c9ac2d98b565005d446fde01aac47f7d88 (patch)
treecab413fc45895fea6975eca1523e758b18d2d2d3 /gio/gmemoryoutputstream.h
parent920f3bffb31a60bcb5379c40efa3f648de79e15d (diff)
downloadglib-f2a2d6c9ac2d98b565005d446fde01aac47f7d88.tar.gz
big header formatting cleanup: indentation, vtable formatting, consistent
2008-09-02 Michael Natterer <mitch@imendio.com> * *.h: big header formatting cleanup: indentation, vtable formatting, consistent spacing in (* vfunc), trailing whitespace removal. Formatting should be pretty consistent in all GIO headers now. svn path=/trunk/; revision=7433
Diffstat (limited to 'gio/gmemoryoutputstream.h')
-rw-r--r--gio/gmemoryoutputstream.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gio/gmemoryoutputstream.h b/gio/gmemoryoutputstream.h
index 9e6f67e16..d2f5b7f3d 100644
--- a/gio/gmemoryoutputstream.h
+++ b/gio/gmemoryoutputstream.h
@@ -56,7 +56,7 @@ struct _GMemoryOutputStream
struct _GMemoryOutputStreamClass
{
- GOutputStreamClass parent_class;
+ GOutputStreamClass parent_class;
/*< private >*/
/* Padding for future expansion */
@@ -79,8 +79,8 @@ struct _GMemoryOutputStreamClass
*
* Returns: a pointer to the reallocated memory
*/
-typedef gpointer (*GReallocFunc) (gpointer data,
- gsize size);
+typedef gpointer (* GReallocFunc) (gpointer data,
+ gsize size);
GType g_memory_output_stream_get_type (void) G_GNUC_CONST;