diff mcabber/mcabber/xmpp_helper.c @ 1729:e6e89b1d7831

Minor style and header updates
author Mikael Berthe <mikael@lilotux.net>
date Sun, 28 Feb 2010 15:19:27 +0100
parents ab502d645378
children d2747442918a
line wrap: on
line diff
--- a/mcabber/mcabber/xmpp_helper.c	Sun Feb 28 14:15:38 2010 +0100
+++ b/mcabber/mcabber/xmpp_helper.c	Sun Feb 28 15:19:27 2010 +0100
@@ -133,8 +133,8 @@
     node->next->prev = prev_sibling;
 }
 
-//maybe not a good idea, because it uses internals of loudmouth...
-//it's used for rosternotes/bookmarks
+// Maybe not a good idea, because it uses internals of loudmouth...
+// It's used for rosternotes/bookmarks
 LmMessageNode *lm_message_node_new(const gchar *name, const gchar *xmlns)
 {
   LmMessageNode *node;