From abe6ebba50e723df0b6ac5c7fece98338830826f Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 3 May 2007 12:14:05 +0000 Subject: Minor coding style cleanup --- eglib/gmain.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'eglib/gmain.c') diff --git a/eglib/gmain.c b/eglib/gmain.c index 037bdd26..6bb13022 100644 --- a/eglib/gmain.c +++ b/eglib/gmain.c @@ -63,7 +63,8 @@ struct _GMainLoop { GMainContext *context; }; -GIOError g_io_channel_read(GIOChannel *channel, gchar *buf, gsize count, gsize *bytes_read) +GIOError g_io_channel_read(GIOChannel *channel, gchar *buf, gsize count, + gsize *bytes_read) { int fd = channel->fd; gssize result; -- cgit