summaryrefslogtreecommitdiff
path: root/src/text-helper.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-07-02 14:25:10 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-07-02 14:25:10 +0000
commitf460c973bb247fc565f43bbc2ceb6b670f37ab59 (patch)
tree7f1462f72132d672b0a503e6f68e789b54a3a738 /src/text-helper.c
parent8f8d8188af86df2dbedff990664829a4e4de2397 (diff)
downloadtelepathy-salut-f460c973bb247fc565f43bbc2ceb6b670f37ab59.tar.gz
text-helper.c: kill trailing whitespace
20070702142510-53eee-5ba22b77c118801906dee0debcd4a650e867b0a1.gz
Diffstat (limited to 'src/text-helper.c')
-rw-r--r--src/text-helper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/text-helper.c b/src/text-helper.c
index 33b7ff7c..53dc6c15 100644
--- a/src/text-helper.c
+++ b/src/text-helper.c
@@ -46,9 +46,9 @@ add_text(GibberXmppStanza *stanza, const gchar *text) {
gibber_xmpp_node_add_child_with_content(stanza->node, "body", text);
/* Add plain xhtml-im node */
- htmlnode = gibber_xmpp_node_add_child_ns(stanza->node, "html",
+ htmlnode = gibber_xmpp_node_add_child_ns(stanza->node, "html",
GIBBER_XMPP_NS_XHTML_IM);
- gibber_xmpp_node_add_child_with_content_ns(htmlnode,
+ gibber_xmpp_node_add_child_with_content_ns(htmlnode,
"body", text, GIBBER_W3C_NS_XHTML);
}