[asterisk-commits] rmudgett: branch rmudgett/misdn_facility r187926 - /team/rmudgett/misdn_facil...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Apr 10 15:34:26 CDT 2009
Author: rmudgett
Date: Fri Apr 10 15:34:22 2009
New Revision: 187926
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=187926
Log:
Whitespace changes.
Modified:
team/rmudgett/misdn_facility/channels/misdn/ie.c
Modified: team/rmudgett/misdn_facility/channels/misdn/ie.c
URL: http://svn.digium.com/svn-view/asterisk/team/rmudgett/misdn_facility/channels/misdn/ie.c?view=diff&rev=187926&r1=187925&r2=187926
==============================================================================
--- team/rmudgett/misdn_facility/channels/misdn/ie.c (original)
+++ team/rmudgett/misdn_facility/channels/misdn/ie.c Fri Apr 10 15:34:22 2009
@@ -1230,7 +1230,7 @@
static void enc_ie_redir_dn(unsigned char **ntmode, msg_t *msg, int type, int plan, int present, char *number, int nt, struct misdn_bchannel *bc)
{
unsigned char *p;
- Q931_info_t *qi = (Q931_info_t *)(msg->data + mISDN_HEADER_LEN);
+ Q931_info_t *qi = (Q931_info_t *)(msg->data + mISDN_HEADER_LEN);
int l;
if (type<0 || type>7)
@@ -1288,8 +1288,8 @@
if (!nt)
{
p = NULL;
- if (qi->QI_ELEMENT(redirect_dn))
- p = (unsigned char *)qi + sizeof(Q931_info_t) + qi->QI_ELEMENT(redirect_dn) + 1;
+ if (qi->QI_ELEMENT(redirect_dn))
+ p = (unsigned char *)qi + sizeof(Q931_info_t) + qi->QI_ELEMENT(redirect_dn) + 1;
}
if (!p)
return;
More information about the asterisk-commits
mailing list