[Telepathy-commits] [telepathy-salut/master] coding style fix
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Thu Feb 26 11:20:29 PST 2009
---
src/salut-self.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/salut-self.c b/src/salut-self.c
index 6eb3a5f..d427da4 100644
--- a/src/salut-self.c
+++ b/src/salut-self.c
@@ -500,9 +500,9 @@ salut_self_finalize (GObject *object)
g_free (self->olpc_color);
g_free (self->olpc_cur_act);
#endif
- g_free(self->node);
- g_free(self->hash);
- g_free(self->ver);
+ g_free (self->node);
+ g_free (self->hash);
+ g_free (self->ver);
G_OBJECT_CLASS (salut_self_parent_class)->finalize (object);
}
--
1.5.6.5
More information about the telepathy-commits
mailing list