summaryrefslogtreecommitdiffstats
path: root/eglib/gmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'eglib/gmain.c')
-rw-r--r--eglib/gmain.c3
1 files changed, 2 insertions, 1 deletions
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;