]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Sat, 3 Jan 2015 12:12:04 +0000 (12:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Sat, 3 Jan 2015 12:12:04 +0000 (12:12 +0000)
lib/profiler/xprof_type.h
src/acl/UserData.cc

index 4d9b227a0c793cd05b1fb2dbdfccc14c9d06eb6d..8f54de47f56d4ef7b4394acbaa0466b75d56b1a3 100644 (file)
@@ -52,7 +52,6 @@ typedef enum {
     XPROF_httpStart,
     XPROF_HttpStateData_processReplyBody,
     XPROF_HttpStateData_processReplyHeader,
-    XPROF_HttpStateData_readReply,
     XPROF_InvokeHandlers,
     XPROF_malloc,
     XPROF_MemBuf_append,
index c27a37ade1817be864e747b25fe24197f1ca51a0..cc7bfb38086fbf66e436a0ce0b95d6cae585d7bf 100644 (file)
@@ -71,7 +71,7 @@ ACLUserData::match(char const *user)
 struct UserDataAclDumpVisitor {
     SBufList contents;
     void operator() (char * const & node_data) {
-       contents.push_back(SBuf(node_data));
+        contents.push_back(SBuf(node_data));
     }
 };