aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_httpd_acl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_httpd_acl.cpp')
-rw-r--r--src/modules/m_httpd_acl.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/m_httpd_acl.cpp b/src/modules/m_httpd_acl.cpp
index 7510725fe..a9ca979ef 100644
--- a/src/modules/m_httpd_acl.cpp
+++ b/src/modules/m_httpd_acl.cpp
@@ -28,7 +28,7 @@
class HTTPACL final
{
- public:
+public:
std::string path;
std::string username;
std::string password;
@@ -45,11 +45,11 @@ class ModuleHTTPAccessList final
: public Module
, public HTTPACLEventListener
{
- private:
+private:
std::vector<HTTPACL> acl_list;
HTTPdAPI API;
- public:
+public:
ModuleHTTPAccessList()
: Module(VF_VENDOR, "Allows the server administrator to control who can access resources served over HTTP with the httpd module.")
, HTTPACLEventListener(this)