Minor indent of code

This commit is contained in:
Mukund Sivaraman 2010-05-30 08:01:14 +05:30
parent 7c39cdfe1d
commit 0963c4c71f

View File

@ -127,7 +127,8 @@ static int init_access_list(vector_t *access_list)
* -1 on failure
* 0 otherwise.
*/
int insert_acl (char *location, acl_access_t access_type, vector_t *access_list)
int
insert_acl (char *location, acl_access_t access_type, vector_t *access_list)
{
struct acl_s acl;
int ret;