]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/base/InstanceId.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / base / InstanceId.h
index 942aa80cb6fa8627c353a46829ecd2ac891ddf0d..d948b5cd08cfb88df4b6557d51a16ba316c8b1b7 100644 (file)
@@ -48,7 +48,6 @@ private:
         return os << Prefix << value; \
     }
 
-
 /// print the id
 template <class Class>
 inline
@@ -57,5 +56,4 @@ std::ostream &operator <<(std::ostream &os, const InstanceId<Class> &id)
     return id.print(os);
 }
 
-
 #endif /* SQUID_BASE_INSTANCE_ID_H */