]> git.sesse.net Git - vlc/blobdiff - src/network/acl.c
Removes trailing spaces. Removes tabs.
[vlc] / src / network / acl.c
index 06eba088b48d7c369b6732c6c9689fbae07936f9..00f73dd170466ef6575678c7f8a5caef50bd8a12 100644 (file)
@@ -373,7 +373,7 @@ int ACL_LoadFile( vlc_acl_t *p_acl, const char *psz_path )
             *ptr++ = '\0'; /* separate address from mask length */
 
         if( (ptr != NULL)
-            ? ACL_AddNet( p_acl, psz_ip, atoi( ptr ), VLC_TRUE ) 
+            ? ACL_AddNet( p_acl, psz_ip, atoi( ptr ), VLC_TRUE )
             : ACL_AddHost( p_acl, psz_ip, VLC_TRUE ) )
         {
             msg_Err( p_acl->p_owner, "cannot add ACL from %s", psz_path );