Convert tabs to spaces
[obnox/tinyproxy.git] / src / acl.h
index 7a0f87be42e522d08bac90425fbdb144af05c8da..6ed2a6107a6797fda003e8623483082fb06b9d0b 100644 (file)
--- a/src/acl.h
+++ b/src/acl.h
@@ -26,6 +26,6 @@ typedef enum
 
 extern int insert_acl (char *location, acl_access_t access_type);
 extern int check_acl (int fd, const char *ip_address,
-                     const char *string_address);
+                      const char *string_address);
 
 #endif