]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Sat, 10 Dec 2016 06:12:06 +0000 (06:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Sat, 10 Dec 2016 06:12:06 +0000 (06:12 +0000)
src/cache_cf.cc

index b62ec8546da8dc421a117f4b26dd501de178d0ca..0c331b6f4fceceb9d82b70975560342b6251a17a 100644 (file)
@@ -1861,8 +1861,8 @@ dump_AuthSchemes(StoreEntry *entry, const char *name, acl_access *authSchemes)
 {
     if (authSchemes)
         dump_SBufList(entry, authSchemes->treeDump(name, [](const allow_t &action) {
-                    return Config.authSchemesConfigs.at(action.kind).rawSchemes;
-        }));
+        return Config.authSchemesConfigs.at(action.kind).rawSchemes;
+    }));
 }
 
 #endif /* USE_AUTH */