]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/SBufStatsAction.cc
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / SBufStatsAction.cc
index 89a6090f1c0a863d4348c9d529969d9745733b8d..27e92b70b03f84b9f56381ea74de4b72e866c89e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2018 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -85,6 +85,6 @@ SBufStatsAction::unpack(const Ipc::TypedMsgHdr& msg)
 void
 SBufStatsAction::RegisterWithCacheManager()
 {
-    Mgr::RegisterAction("sbuf", "String-Buffer statistics", &SBufStatsAction::Create, 0 , 1);
+    Mgr::RegisterAction("sbuf", "String-Buffer statistics", &SBufStatsAction::Create, 0, 1);
 }