summaryrefslogtreecommitdiff
path: root/src/idle-im-channel.c
diff options
context:
space:
mode:
authorOlli Salli <olli.salli@collabora.co.uk>2007-12-27 20:14:23 +0000
committerOlli Salli <olli.salli@collabora.co.uk>2007-12-27 20:14:23 +0000
commitb1bc692f0ca998950d505c3f4a503eb6899b2258 (patch)
treeef40a5d217c6dccf9b5e728a4d223e6e34dd0c6d /src/idle-im-channel.c
parentc460df04d67bbfc39cca7e6bbaa4defaf56e76c2 (diff)
Remove trailing whitespace
Diffstat (limited to 'src/idle-im-channel.c')
-rw-r--r--src/idle-im-channel.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/idle-im-channel.c b/src/idle-im-channel.c
index 9e4a182..2d75031 100644
--- a/src/idle-im-channel.c
+++ b/src/idle-im-channel.c
@@ -1,11 +1,11 @@
/*
* This file is part of telepathy-idle
- *
+ *
* Copyright (C) 2006-2007 Collabora Limited
* Copyright (C) 2006-2007 Nokia Corporation
*
* This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public License
+ * modify it under the terms of the GNU Lesser General Public License
* version 2.1 as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
@@ -104,13 +104,13 @@ static GObject *idle_im_channel_constructor(GType type, guint n_props, GObjectCo
return obj;
}
-static void idle_im_channel_get_property(GObject *object, guint property_id, GValue *value, GParamSpec *pspec) {
+static void idle_im_channel_get_property(GObject *object, guint property_id, GValue *value, GParamSpec *pspec) {
IdleIMChannel *chan;
IdleIMChannelPrivate *priv;
g_assert(object != NULL);
g_assert(IDLE_IS_IM_CHANNEL(object));
-
+
chan = IDLE_IM_CHANNEL(object);
priv = IDLE_IM_CHANNEL_GET_PRIVATE(chan);
@@ -147,7 +147,7 @@ static void idle_im_channel_set_property(GObject *object, guint property_id, con
g_assert(chan != NULL);
g_assert(IDLE_IS_IM_CHANNEL(chan));
-
+
priv = IDLE_IM_CHANNEL_GET_PRIVATE(chan);
switch (property_id) {