[asterisk-commits] trunk r15519 - in /trunk: acl.c slinfactory.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue Mar 28 06:58:36 MST 2006


Author: rizzo
Date: Tue Mar 28 07:58:34 2006
New Revision: 15519

URL: http://svn.digium.com/view/asterisk?rev=15519&view=rev
Log:
remove trailing whitespace


Modified:
    trunk/acl.c
    trunk/slinfactory.c

Modified: trunk/acl.c
URL: http://svn.digium.com/view/asterisk/trunk/acl.c?rev=15519&r1=15518&r2=15519&view=diff
==============================================================================
--- trunk/acl.c (original)
+++ trunk/acl.c Tue Mar 28 07:58:34 2006
@@ -20,7 +20,7 @@
  *
  * \brief Various sorts of access control
  *
- * \author Mark Spencer <markster at digium.com> 
+ * \author Mark Spencer <markster at digium.com>
  */
 
 #include <stdio.h>
@@ -136,7 +136,7 @@
 		if (prev)
 			prev->next = link;		/* Link previous to this object */
 
-		if (!ret) 
+		if (!ret)
 			ret = link;		/* Save starting point */
 
 		start = start->next;		/* Go to next object */
@@ -153,7 +153,7 @@
 	struct ast_ha *prev = NULL;
 	struct ast_ha *ret;
 	int x, z;
-	unsigned int y;		
+	unsigned int y;
 
 	ret = path;
 	while (path) {
@@ -349,7 +349,7 @@
 }
 
 /* iface is the interface (e.g. eth0); address is the return value */
-int ast_lookup_iface(char *iface, struct in_addr *address) 
+int ast_lookup_iface(char *iface, struct in_addr *address)
 {
 	int mysock, res = 0;
 	struct my_ifreq ifreq;
@@ -428,4 +428,3 @@
 		return 0;
 	return -1;
 }
-

Modified: trunk/slinfactory.c
URL: http://svn.digium.com/view/asterisk/trunk/slinfactory.c?rev=15519&r1=15518&r2=15519&view=diff
==============================================================================
--- trunk/slinfactory.c (original)
+++ trunk/slinfactory.c Tue Mar 28 07:58:34 2006
@@ -156,7 +156,3 @@
 	sf->size -= sofar;
 	return sofar;
 }
-
-
-
-



More information about the asterisk-commits mailing list