]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/cache_manager.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / cache_manager.cc
index ec47320948c0791a4f877f90b53a9c27335db101..35598cc74c8b3c2a8c9dfeabc68bbf3a84a4c6d4 100644 (file)
@@ -267,9 +267,9 @@ CacheManager::ParseHeaders(const HttpRequest * request, Mgr::ActionParams &param
 /**
  \ingroup CacheManagerInternal
  *
- \retval 0     if mgr->password is good or "none"
- \retval 1     if mgr->password is "disable"
- \retval !0    if mgr->password does not match configured password
+ \retval 0  if mgr->password is good or "none"
+ \retval 1  if mgr->password is "disable"
+ \retval !0 if mgr->password does not match configured password
  */
 int
 CacheManager::CheckPassword(const Mgr::Command &cmd)
@@ -478,3 +478,4 @@ CacheManager::GetInstance()
     }
     return instance;
 }
+