]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/mgr/IntervalAction.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / mgr / IntervalAction.cc
index 5454c8abf01b5c6f07a7c67ff3cb9618474f8b08..e481b36e5ce2d2744f9b13aaa41997ea90c90704 100644 (file)
@@ -121,7 +121,7 @@ Mgr::IntervalAction::Create60min(const CommandPointer &cmd)
 }
 
 Mgr::IntervalAction::IntervalAction(const CommandPointer &aCmd, int aMinutes, int aHours):
-        Action(aCmd), minutes(aMinutes), hours(aHours), data()
+    Action(aCmd), minutes(aMinutes), hours(aHours), data()
 {
     debugs(16, 5, HERE);
 }
@@ -160,3 +160,4 @@ Mgr::IntervalAction::unpack(const Ipc::TypedMsgHdr& msg)
     msg.checkType(Ipc::mtCacheMgrResponse);
     msg.getPod(data);
 }
+