Removed some spaces for better alignment soc.2013.gobjectification.plugins

Wed, 04 Sep 2013 20:11:40 +0530

author
Ankit Vani <a@nevitus.org>
date
Wed, 04 Sep 2013 20:11:40 +0530
branch
soc.2013.gobjectification.plugins
changeset 36685
646c2ae00fdb
parent 36684
ecc74498e088
child 36686
9807e4acf281

Removed some spaces for better alignment

libpurple/protocols/jabber/facebook.c file | annotate | diff | comparison | revisions
libpurple/protocols/jabber/gtalk.c file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/jabber/facebook.c	Wed Sep 04 20:08:58 2013 +0530
+++ b/libpurple/protocols/jabber/facebook.c	Wed Sep 04 20:11:40 2013 +0530
@@ -40,8 +40,8 @@
 	PurpleAccountOption *option;
 	GList *encryption_values = NULL;
 
-	protocol->id        = "facebook-xmpp";
-	protocol->name      = "Facebook (XMPP)";
+	protocol->id   = "facebook-xmpp";
+	protocol->name = "Facebook (XMPP)";
 
 	/* Translators: 'domain' is used here in the context of Internet domains, e.g. pidgin.im */
 	split = purple_account_user_split_new(_("Domain"), "chat.facebook.com", '@');
--- a/libpurple/protocols/jabber/gtalk.c	Wed Sep 04 20:08:58 2013 +0530
+++ b/libpurple/protocols/jabber/gtalk.c	Wed Sep 04 20:11:40 2013 +0530
@@ -40,8 +40,8 @@
 	PurpleAccountOption *option;
 	GList *encryption_values = NULL;
 
-	protocol->id        = "gtalk";
-	protocol->name      = "Google Talk (XMPP)";
+	protocol->id   = "gtalk";
+	protocol->name = "Google Talk (XMPP)";
 
 	/* Translators: 'domain' is used here in the context of Internet domains, e.g. pidgin.im */
 	split = purple_account_user_split_new(_("Domain"), "gmail.com", '@');

mercurial