]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ipc/Inquirer.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / ipc / Inquirer.cc
index 3d6029a87846c52ed83dab13b39a6d63b8ef40a4..d445ff51052a8062267a7f6b102ed50f852c05e0 100644 (file)
@@ -32,8 +32,8 @@ LesserStrandByKidId(const Ipc::StrandCoord &c1, const Ipc::StrandCoord &c2)
 
 Ipc::Inquirer::Inquirer(Request::Pointer aRequest, const StrandCoords& coords,
                         double aTimeout):
-        AsyncJob("Ipc::Inquirer"),
-        request(aRequest), strands(coords), pos(strands.begin()), timeout(aTimeout)
+    AsyncJob("Ipc::Inquirer"),
+    request(aRequest), strands(coords), pos(strands.begin()), timeout(aTimeout)
 {
     debugs(54, 5, HERE);
 
@@ -207,3 +207,4 @@ Ipc::Inquirer::status() const
     buf.terminate();
     return buf.content();
 }
+