From: Andre Noll Date: Wed, 13 Feb 2008 18:36:08 +0000 (+0100) Subject: acl.c: Trivial whitespace cleanups. X-Git-Tag: v0.3.1~16 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=7d30b7e68ff5219312622d6b5c3c2b8e8866585d acl.c: Trivial whitespace cleanups. --- diff --git a/acl.c b/acl.c index fb9cded6..a3e161db 100644 --- a/acl.c +++ b/acl.c @@ -24,7 +24,6 @@ struct access_info { struct list_head node; }; - /** * Return true if addr_1 matches addr_2 in the first `netmask' bits. */ @@ -85,7 +84,6 @@ static void acl_add_entry(struct list_head *acl, struct in_addr addr, para_list_add(&ai->node, acl); } - /** * Delete an entry from an access control list. * @@ -169,7 +167,6 @@ success: } } - /** * Check whether the peer name of a given fd is allowed by an acl. *