pidgin/pidgin

Fix some line wrapping

2020-02-05, Richard Laager
c60c4f96749d
Parents 7e13565456d8
Children e2a342b61dde
Fix some line wrapping

This file is not terribly consistent.
--- a/libpurple/protocols/jabber/message.c Wed Feb 05 02:24:38 2020 -0600
+++ b/libpurple/protocols/jabber/message.c Wed Feb 05 02:27:50 2020 -0600
@@ -490,7 +490,7 @@
static void
jabber_message_add_remote_smileys(JabberStream *js, const gchar *who,
- const PurpleXmlNode *message)
+ const PurpleXmlNode *message)
{
PurpleXmlNode *data_tag;
for (data_tag = purple_xmlnode_get_child_with_namespace(message, "data", NS_BOB) ;
@@ -874,8 +874,7 @@
static gboolean
jabber_conv_support_custom_smileys(JabberStream *js,
- PurpleConversation *conv,
- const gchar *who)
+ PurpleConversation *conv, const gchar *who)
{
JabberBuddy *jb;
JabberChat *chat;
@@ -1111,8 +1110,7 @@
* FALSE.
*/
static gboolean
-jabber_xhtml_plain_equal(const char *xhtml_escaped,
- const char *plain)
+jabber_xhtml_plain_equal(const char *xhtml_escaped, const char *plain)
{
int i = 0;
int j = 0;