[svn-commits] mmichelson: branch group/CCSS r227494 - in /team/group/CCSS: include/asterisk...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Nov 3 16:53:27 CST 2009


Author: mmichelson
Date: Tue Nov  3 16:53:23 2009
New Revision: 227494

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=227494
Log:
remove trailing whitespace.


Modified:
    team/group/CCSS/include/asterisk/ccss.h
    team/group/CCSS/main/ccss.c

Modified: team/group/CCSS/include/asterisk/ccss.h
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/include/asterisk/ccss.h?view=diff&rev=227494&r1=227493&r2=227494
==============================================================================
--- team/group/CCSS/include/asterisk/ccss.h (original)
+++ team/group/CCSS/include/asterisk/ccss.h Tue Nov  3 16:53:23 2009
@@ -838,7 +838,7 @@
 	 * \brief Destroy private data on the agent
 	 *
 	 * The core will call this function upon completion
-	 * or failure of CC. 
+	 * or failure of CC.
 	 */
 	void (*destructor)(struct ast_cc_agent *agent);
 };

Modified: team/group/CCSS/main/ccss.c
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/main/ccss.c?view=diff&rev=227494&r1=227493&r2=227494
==============================================================================
--- team/group/CCSS/main/ccss.c (original)
+++ team/group/CCSS/main/ccss.c Tue Nov  3 16:53:23 2009
@@ -2819,7 +2819,7 @@
 	struct ast_datastore *datastore;
 	struct dialed_cc_interfaces *cc_interfaces;
 	char cc_is_offerable;
-	
+
 	ast_channel_lock(caller_chan);
 	if (!(datastore = ast_channel_datastore_find(caller_chan, &dialed_cc_interfaces_info, NULL))) {
 		ast_channel_unlock(caller_chan);
@@ -2886,7 +2886,7 @@
 		 * The outermost dial is the only one with the authority to
 		 * declare the recall to be complete.
 		 *
-		 * Similarly, if this function has been called when the 
+		 * Similarly, if this function has been called when the
 		 * recall has progressed beyond the first dial, this is not
 		 * a legitimate time to declare the recall to be done. In fact,
 		 * that should have been done already.




More information about the svn-commits mailing list