]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Wed, 27 Jul 2016 12:12:14 +0000 (12:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Wed, 27 Jul 2016 12:12:14 +0000 (12:12 +0000)
src/tests/stub_libsecurity.cc

index 58af63e650d7418133c8795e70348dbb58c59c88..02e9bca00fbd61d7a4ef18a4132c7f4693cb0aee 100644 (file)
@@ -55,7 +55,7 @@ CBDATA_NAMESPACED_CLASS_INIT(Security, PeerConnector);
 namespace Security
 {
 PeerConnector::PeerConnector(const Comm::ConnectionPointer &, AsyncCall::Pointer &, const AccessLogEntryPointer &, const time_t) :
-        AsyncJob("Security::PeerConnector") {STUB}
+    AsyncJob("Security::PeerConnector") {STUB}
 PeerConnector::~PeerConnector() {STUB}
 void PeerConnector::start() STUB
 bool PeerConnector::doneAll() const STUB_RETVAL(true)