[svn-commits] rmudgett: branch group/issue8824 r184260 - /team/group/issue8824/channels/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Mar 25 11:45:02 CDT 2009


Author: rmudgett
Date: Wed Mar 25 11:44:59 2009
New Revision: 184260

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=184260
Log:
Remove unnecessary whitespace

Modified:
    team/group/issue8824/channels/chan_misdn.c

Modified: team/group/issue8824/channels/chan_misdn.c
URL: http://svn.digium.com/svn-view/asterisk/team/group/issue8824/channels/chan_misdn.c?view=diff&rev=184260&r1=184259&r2=184260
==============================================================================
--- team/group/issue8824/channels/chan_misdn.c (original)
+++ team/group/issue8824/channels/chan_misdn.c Wed Mar 25 11:44:59 2009
@@ -88,8 +88,6 @@
 	int bytes_wrote;
 	ast_mutex_t mutexjb;
 };
-
-
 
 /*! \brief allocates the jb-structure and initialize the elements */
 struct misdn_jb *misdn_jb_init(int size, int upper_threshold);
@@ -570,10 +568,6 @@
 	return NULL;
 }
 
-
-
-
-/* ******************************************************************* */
 /*!
  * \internal
  * \brief Convert the mISDN type of number code to a string
@@ -616,10 +610,6 @@
 	return str;
 }
 
-
-
-
-/* ******************************************************************* */
 /*!
  * \internal
  * \brief Convert the mISDN type of number code to Asterisk type of number code
@@ -662,10 +652,6 @@
 	return ast_number_type;
 }
 
-
-
-
-/* ******************************************************************* */
 /*!
  * \internal
  * \brief Convert the Asterisk type of number code to mISDN type of number code
@@ -708,10 +694,6 @@
 	return number_type;
 }
 
-
-
-
-/* ******************************************************************* */
 /*!
  * \internal
  * \brief Convert the mISDN numbering plan code to a string
@@ -754,10 +736,6 @@
 	return str;
 }
 
-
-
-
-/* ******************************************************************* */
 /*!
  * \internal
  * \brief Convert the mISDN numbering plan code to Asterisk numbering plan code
@@ -800,10 +778,6 @@
 	return ast_number_plan;
 }
 
-
-
-
-/* ******************************************************************* */
 /*!
  * \internal
  * \brief Convert the Asterisk numbering plan code to mISDN numbering plan code
@@ -846,10 +820,6 @@
 	return number_plan;
 }
 
-
-
-
-/* ******************************************************************* */
 /*!
  * \internal
  * \brief Convert the mISDN presentation code to a string
@@ -883,10 +853,6 @@
 	return str;
 }
 
-
-
-
-/* ******************************************************************* */
 /*!
  * \internal
  * \brief Convert the mISDN presentation code to Asterisk presentation code
@@ -915,10 +881,6 @@
 	return presentation;
 }
 
-
-
-
-/* ******************************************************************* */
 /*!
  * \internal
  * \brief Convert the Asterisk presentation code to mISDN presentation code
@@ -947,10 +909,6 @@
 	return presentation;
 }
 
-
-
-
-/* ******************************************************************* */
 /*!
  * \internal
  * \brief Convert the mISDN screening code to a string
@@ -988,10 +946,6 @@
 	return str;
 }
 
-
-
-
-/* ******************************************************************* */
 /*!
  * \internal
  * \brief Convert the mISDN screening code to Asterisk screening code
@@ -1024,10 +978,6 @@
 	return screening;
 }
 
-
-
-
-/* ******************************************************************* */
 /*!
  * \internal
  * \brief Convert the Asterisk screening code to mISDN screening code
@@ -1060,10 +1010,6 @@
 	return screening;
 }
 
-
-
-
-/* ******************************************************************* */
 /*!
  * \internal
  * \brief Convert Asterisk redirecting reason to mISDN redirecting reason code.
@@ -1104,10 +1050,6 @@
 	return mISDN_REDIRECTING_REASON_UNKNOWN;
 }
 
-
-
-
-/* ******************************************************************* */
 /*!
  * \internal
  * \brief Convert the mISDN redirecting reason to Asterisk redirecting reason code
@@ -1256,10 +1198,6 @@
 	}
 }
 
-
-
-
-/* ******************************************************************* */
 /*!
  * \internal
  * \brief Prefix a string to another string in place.
@@ -1304,10 +1242,6 @@
 	str_main[len_prefix + len_main] = '\0';
 }
 
-
-
-
-/* ******************************************************************* */
 /*!
  * \internal
  * \brief Add a configured prefix to the given number.
@@ -3026,10 +2960,6 @@
 	return 0;
 }
 
-
-
-
-/* ******************************************************************* */
 /*!
  * \internal
  * \brief Notify peer that the connected line has changed.
@@ -3083,10 +3013,6 @@
 	}
 }
 
-
-
-
-/* ******************************************************************* */
 /*!
  * \internal
  * \brief Copy the redirecting info out of the Asterisk channel
@@ -4011,9 +3937,6 @@
 	return 0;
 }
 
-
-
-
 static enum ast_bridge_result misdn_bridge(struct ast_channel *c0,
 	struct ast_channel *c1, int flags,
 	struct ast_frame **fo,
@@ -6799,15 +6722,9 @@
 	return read;
 }
 
-
-
-
 /*******************************************************/
 /*************** JITTERBUFFER  END *********************/
 /*******************************************************/
-
-
-
 
 static void chan_misdn_log(int level, int port, char *tmpl, ...)
 {




More information about the svn-commits mailing list