Whitespace changes only

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@105840 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2008-03-04 23:04:29 +00:00
parent 96e04792bd
commit cfc1df4c1a
32 changed files with 536 additions and 650 deletions

View File

@@ -124,7 +124,7 @@ struct ast_chan_trace {
static AST_LIST_HEAD_NOLOCK_STATIC(backends, chanlist);
/*! \brief the list of channels we have. Note that the lock for this list is used for
both the channels list and the backends list. */
both the channels list and the backends list. */
static AST_RWLIST_HEAD_STATIC(channels, ast_channel);
/*! \brief map AST_CAUSE's to readable string representations
@@ -3400,8 +3400,8 @@ int ast_call(struct ast_channel *chan, char *addr, int timeout)
\brief Transfer a call to dest, if the channel supports transfer
Called by:
\arg app_transfer
\arg the manager interface
\arg app_transfer
\arg the manager interface
*/
int ast_transfer(struct ast_channel *chan, char *dest)
{