]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/adaptation/icap/History.h
SourceFormat: enforcement
[thirdparty/squid.git] / src / adaptation / icap / History.h
index f3f398ee5a8761257b626242345e809ab3a5af07..e4cbd2579938a2d8a372007992b7061d73b2de88 100644 (file)
@@ -5,11 +5,14 @@
 #include "HttpHeader.h"
 #include "enums.h"
 
-namespace Adaptation {
-namespace Icap {
+namespace Adaptation
+{
+namespace Icap
+{
 
 /// collects information about ICAP processing related to an HTTP transaction
-class History: public RefCountable {
+class History: public RefCountable
+{
 public:
     typedef RefCount<History> Pointer;