diff options
| author | Mukund Sivaraman <muks@banu.com> | 2010-05-30 08:01:14 +0530 | 
|---|---|---|
| committer | Mukund Sivaraman <muks@banu.com> | 2010-05-30 08:01:14 +0530 | 
| commit | 0963c4c71f85a83cbf4c979f1d9ceb7987423f8d (patch) | |
| tree | 7b6412fb82009037e6482fd6730362d5f5e10955 | |
| parent | 7c39cdfe1da24aebe0a89846906534aeccc2feb0 (diff) | |
| download | tinyproxy-0963c4c71f85a83cbf4c979f1d9ceb7987423f8d.tar.gz tinyproxy-0963c4c71f85a83cbf4c979f1d9ceb7987423f8d.zip | |
Minor indent of code
Diffstat (limited to '')
| -rw-r--r-- | src/acl.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -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; | 
