summaryrefslogtreecommitdiffstats
path: root/eglib/gmain.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-05-03 12:14:05 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-05-03 12:14:05 +0000
commitabe6ebba50e723df0b6ac5c7fece98338830826f (patch)
tree9e20f66ae09a6915f4243c9a4080e914f1ff4aae /eglib/gmain.c
parentb509fbde6a79fadd1eaab46a7bb1d08ce1b28090 (diff)
Minor coding style cleanup
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;