[svn-commits] junky: branch junky/cli-tls r213043 - in /team/junky/cli-tls: channels/ main/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Aug 18 19:41:07 CDT 2009


Author: junky
Date: Tue Aug 18 19:41:03 2009
New Revision: 213043

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=213043
Log:
removed extra whitespaces, before i get blame :)
This is to respect the coding guidelines for the Review 336

Modified:
    team/junky/cli-tls/channels/chan_multicast_rtp.c
    team/junky/cli-tls/channels/chan_vpb.cc
    team/junky/cli-tls/main/logger.c
    team/junky/cli-tls/main/pbx.c

Modified: team/junky/cli-tls/channels/chan_multicast_rtp.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/junky/cli-tls/channels/chan_multicast_rtp.c?view=diff&rev=213043&r1=213042&r2=213043
==============================================================================
--- team/junky/cli-tls/channels/chan_multicast_rtp.c (original)
+++ team/junky/cli-tls/channels/chan_multicast_rtp.c Tue Aug 18 19:41:03 2009
@@ -144,7 +144,7 @@
 		ast_rtp_instance_destroy(instance);
 		goto failure;
 	}
-	
+
 	ast_rtp_instance_set_remote_address(instance, &destination_address);
 
 	ast_channel_threadassoc_add(chan);

Modified: team/junky/cli-tls/channels/chan_vpb.cc
URL: http://svn.asterisk.org/svn-view/asterisk/team/junky/cli-tls/channels/chan_vpb.cc?view=diff&rev=213043&r1=213042&r2=213043
==============================================================================
--- team/junky/cli-tls/channels/chan_vpb.cc (original)
+++ team/junky/cli-tls/channels/chan_vpb.cc Tue Aug 18 19:41:03 2009
@@ -2477,7 +2477,7 @@
 	    return NULL;
 	}
 	ast_verb(4, "%s: New call for context [%s]\n", me->dev, context);
-	
+
 	tmp = ast_channel_alloc(1, state, 0, 0, "", me->ext, me->context, linkedid, 0, "%s", me->dev);
 	if (tmp) {
 		ast_channel_threadassoc_add(tmp);

Modified: team/junky/cli-tls/main/logger.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/junky/cli-tls/main/logger.c?view=diff&rev=213043&r1=213042&r2=213043
==============================================================================
--- team/junky/cli-tls/main/logger.c (original)
+++ team/junky/cli-tls/main/logger.c Tue Aug 18 19:41:03 2009
@@ -991,7 +991,7 @@
         AST_CLI_DEFINE(handle_reset_filters, "Remove all CLI filters"),
 };
 
-static int handle_SIGXFSZ(int sig) 
+static int handle_SIGXFSZ(int sig)
 {
 	/* Indicate need to reload */
 	filesize_reload_needed = 1;
@@ -1783,7 +1783,7 @@
 }
 
 /*!
- * \brief Function used to add a specific channel to the TLS container 
+ * \brief Function used to add a specific channel to the TLS container
  * \param[in] chan The ast_channel to add to the container
  * \retval -1 If the channel was not added to the container.
  * \retval 0 If the channel was successfully added to the container.
@@ -1807,7 +1807,7 @@
 }
 
 /*!
- * \brief Function used to delete a specific channel from the TLS container 
+ * \brief Function used to delete a specific channel from the TLS container
  * \param[in] chan The ast_channel to delete from the container
  * \retval -1 If the channel was not deleted to the container.
  * \retval 0 If the channel was successfully deleted from the container.
@@ -1838,7 +1838,7 @@
 
 
 /*!
- * \brief Function called from TLS API to clean 
+ * \brief Function called from TLS API to clean
  * \param[in] data the ast_channels to clean, which is called by the API
  */
 static void filter_channel_cleanup(void *data)
@@ -1854,7 +1854,7 @@
 }
 
 /*!
- * \brief Function used to make the comparison 
+ * \brief Function used to make the comparison
  * \retval -1 If no filter are currently active.
  * \retval 0 If a comparator matches one of the filter.
  * \retval 1 If no comparator cant matches any filter.
@@ -1913,7 +1913,7 @@
 /*!
  * \brief Function which return a pointer to the filter for a specific name
  * \param[in] name The filter name to retrieve
- * \retval NULL if 'name' cannot be found in the existing list of filters. 
+ * \retval NULL if 'name' cannot be found in the existing list of filters.
  * \retval pointer to the ast_cli_filter matching 'name'
  */
 struct ast_cli_filter *ast_filter_get_by_name(const char *name) {

Modified: team/junky/cli-tls/main/pbx.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/junky/cli-tls/main/pbx.c?view=diff&rev=213043&r1=213042&r2=213043
==============================================================================
--- team/junky/cli-tls/main/pbx.c (original)
+++ team/junky/cli-tls/main/pbx.c Tue Aug 18 19:41:03 2009
@@ -996,10 +996,6 @@
 	const char *application, void *data, void (*datad)(void *),
 	const char *registrar, int lockconts, int lockhints);
 
-
-
-
-
 /* a func for qsort to use to sort a char array */
 static int compare_char(const void *a, const void *b)
 {




More information about the svn-commits mailing list