/soc/2013/ashmew2/filetransferX: 0e2cd2ad352e: Fixed indent
Ashish Gupta
ashmew2 at gmail.com
Sun Jul 28 23:26:09 EDT 2013
Changeset: 0e2cd2ad352efd17c5c80a8277d646b29d7f50d8
Author: Ashish Gupta <ashmew2 at gmail.com>
Date: 2013-07-29 08:55 +0530
Branch: filetransferX
URL: https://hg.pidgin.im/soc/2013/ashmew2/filetransferX/rev/0e2cd2ad352e
Description:
Fixed indent
diffstat:
libpurple/protocols/jabber/caps.c | 18 ++++++++----------
1 files changed, 8 insertions(+), 10 deletions(-)
diffs (28 lines):
diff --git a/libpurple/protocols/jabber/caps.c b/libpurple/protocols/jabber/caps.c
--- a/libpurple/protocols/jabber/caps.c
+++ b/libpurple/protocols/jabber/caps.c
@@ -357,16 +357,14 @@ gboolean jabber_caps_exts_known(const Ja
for (i = 0; exts[i]; ++i) {
/* Hack since we advertise the ext along with v1.5 caps but don't
* store any exts */
- if (g_str_equal(exts[i], "voice-v1") && !info->exts)
- {
- purple_debug_info("caps","voice-v1 detected.");
- continue;
- }
- if (g_str_equal(exts[i], "share-v1") && !info->exts)
- {
- purple_debug_info("caps","share-v1 detected.");
- continue;
- }
+ if (g_str_equal(exts[i], "voice-v1") && !info->exts) {
+ purple_debug_info("caps","voice-v1 detected.");
+ continue;
+ }
+ if (g_str_equal(exts[i], "share-v1") && !info->exts) {
+ purple_debug_info("caps","share-v1 detected.");
+ continue;
+ }
if (!info->exts ||
!g_hash_table_lookup(info->exts->exts, exts[i]))
return FALSE;
More information about the Commits
mailing list