]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/dns/LookupDetails.h
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / dns / LookupDetails.h
index eeafa87f71545a561dc999e0ff8d5428a3cb5757..1e28dcdcba2e98a087145afbf6d95c067b80b410 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -30,13 +30,13 @@ public:
     int wait; ///< msecs spent waiting for the lookup (if any) or -1 (if none)
 };
 
-} // namespace Dns
-
 inline std::ostream &
-operator <<(std::ostream &os, const Dns::LookupDetails &dns)
+operator <<(std::ostream &os, const LookupDetails &dns)
 {
     return dns.print(os);
 }
 
+} // namespace Dns
+
 #endif /* SQUID_DNS_LOOKUPDETAILS_H */