# HG changeset patch # User Mark Doliner # Date 1095619305 0 # Node ID dcdda2857ca848f867503c3299aad0d004471b30 # Parent ac98ece02b1f3f5c45ff6251d1e02dc5d849f3e4 [gaim-migrate @ 11007] Whitespace. I don't mind "if(TRUE)" so much, but "if( TRUE )" gives me goosebumps. committer: Tailor Script diff -r ac98ece02b1f -r dcdda2857ca8 src/gtkblist.c --- a/src/gtkblist.c Sun Sep 19 04:17:23 2004 +0000 +++ b/src/gtkblist.c Sun Sep 19 18:41:45 2004 +0000 @@ -2284,10 +2284,10 @@ h = MAX(h, 38); #if GTK_CHECK_VERSION(2,2,0) - if( w > mon_size.width ) + if (w > mon_size.width) w = mon_size.width - 10; - if( h > mon_size.height ) + if (h > mon_size.height) h = mon_size.height - 10; #endif @@ -4741,8 +4741,8 @@ const char *protoname = NULL; char buf[256]; - g_return_val_if_fail( account != NULL, NULL); - + g_return_val_if_fail(account != NULL, NULL); + prpl = gaim_find_prpl(gaim_account_get_protocol_id(account)); if (prpl != NULL) { diff -r ac98ece02b1f -r dcdda2857ca8 src/prpl.c --- a/src/prpl.c Sun Sep 19 04:17:23 2004 +0000 +++ b/src/prpl.c Sun Sep 19 18:41:45 2004 +0000 @@ -357,10 +357,10 @@ g_return_val_if_fail(presence != NULL, NULL); prpl = gaim_find_prpl(gaim_account_get_protocol_id(account)); - + if (prpl == NULL) return NULL; - + prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(prpl); if (prpl_info == NULL || prpl_info->status_types == NULL) return NULL;