[svn-commits] rmudgett: branch group/issue14068 r974 - /team/group/issue14068/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Aug 7 11:50:01 CDT 2009


Author: rmudgett
Date: Fri Aug  7 11:49:58 2009
New Revision: 974

URL: http://svn.asterisk.org/svn-view/libpri?view=rev&rev=974
Log:
Trim some trailing whitespace.

Modified:
    team/group/issue14068/pri_internal.h
    team/group/issue14068/q931.c

Modified: team/group/issue14068/pri_internal.h
URL: http://svn.asterisk.org/svn-view/libpri/team/group/issue14068/pri_internal.h?view=diff&rev=974&r1=973&r2=974
==============================================================================
--- team/group/issue14068/pri_internal.h (original)
+++ team/group/issue14068/pri_internal.h Fri Aug  7 11:49:58 2009
@@ -143,8 +143,8 @@
 	/*! \brief TRUE if name data is valid */
 	unsigned char valid;
 	/*!
-	 * \brief Q.931 presentation-indicator encoded field 
-	 * \note Must tollerate the Q.931 screening-indicator field values being present. 
+	 * \brief Q.931 presentation-indicator encoded field
+	 * \note Must tollerate the Q.931 screening-indicator field values being present.
 	 */
 	unsigned char presentation;
 	/*!
@@ -256,8 +256,8 @@
  * \brief Do not increment above this count.
  * \details
  * It is not our responsibility to enforce the maximum number of redirects.
- * However, we cannot allow an increment past this number without breaking things. 
- * Besides, more than 255 redirects is probably not a good thing. 
+ * However, we cannot allow an increment past this number without breaking things.
+ * Besides, more than 255 redirects is probably not a good thing.
  */
 #define PRI_MAX_REDIRECTS	0xFF
 

Modified: team/group/issue14068/q931.c
URL: http://svn.asterisk.org/svn-view/libpri/team/group/issue14068/q931.c?view=diff&rev=974&r1=973&r2=974
==============================================================================
--- team/group/issue14068/q931.c (original)
+++ team/group/issue14068/q931.c Fri Aug  7 11:49:58 2009
@@ -463,7 +463,7 @@
 		pri_number->presentation = q931_number->presentation;
 		pri_number->plan = q931_number->plan;
 		libpri_copy_string(pri_number->str, q931_number->str, sizeof(pri_number->str));
-	} else {									 	
+	} else {
 		pri_number->valid = 0;
 		pri_number->presentation = PRI_PRES_UNAVAILABLE | PRI_PRES_USER_NUMBER_UNSCREENED;
 		pri_number->plan = (PRI_TON_UNKNOWN << 4) | PRI_NPI_E163_E164;
@@ -1591,7 +1591,7 @@
 		strncat(called_end, (char *) ie->data + 1, called_len);
 	}
 
- 	q931_get_number((unsigned char *) call->overlap_digits, sizeof(call->overlap_digits),
+	q931_get_number((unsigned char *) call->overlap_digits, sizeof(call->overlap_digits),
 		ie->data + 1, len - 3);
 	return 0;
 }




More information about the svn-commits mailing list