[svn-commits] mmichelson: branch mmichelson/rls-notify r418167 - /team/mmichelson/rls-notif...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jul 7 19:43:24 CDT 2014


Author: mmichelson
Date: Mon Jul  7 19:43:21 2014
New Revision: 418167

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=418167
Log:
Fix trailing whitespace errors.


Modified:
    team/mmichelson/rls-notify/res/res_pjsip_pubsub.c

Modified: team/mmichelson/rls-notify/res/res_pjsip_pubsub.c
URL: http://svnview.digium.com/svn/asterisk/team/mmichelson/rls-notify/res/res_pjsip_pubsub.c?view=diff&rev=418167&r1=418166&r2=418167
==============================================================================
--- team/mmichelson/rls-notify/res/res_pjsip_pubsub.c (original)
+++ team/mmichelson/rls-notify/res/res_pjsip_pubsub.c Mon Jul  7 19:43:21 2014
@@ -971,7 +971,7 @@
 		return NULL;
 	}
 	strcpy(sub->resource, resource); /* Safe */
-	
+
 	sub->datastores = ao2_container_alloc(DATASTORE_BUCKETS, datastore_hash, datastore_cmp);
 	if (!sub->datastores) {
 		ao2_ref(sub, -1);
@@ -1508,7 +1508,7 @@
 
 	sub_tree->send_scheduled_notify = 0;
 	ast_free(body_text);
-	
+
 	return 0;
 }
 
@@ -2455,7 +2455,7 @@
 static void shutdown_subscriptions(struct ast_sip_subscription *sub)
 {
 	int i;
-	
+
 	if (AST_VECTOR_SIZE(&sub->children) > 0) {
 		for (i = 0; i < AST_VECTOR_SIZE(&sub->children); ++i) {
 			shutdown_subscriptions(AST_VECTOR_GET(&sub->children, i));




More information about the svn-commits mailing list