]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/base/TextException.cc
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / base / TextException.cc
index 4ea9db50aaa609972f7850cfb38af2e57642592c..d6d84164e8acb27f9cbc358963317b68a9b3ba93 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2019 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2020 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -37,7 +37,7 @@ std::ostream &
 TextException::print(std::ostream &os) const
 {
     os << std::runtime_error::what() <<
-        Debug::Extra << "exception location: " << where;
+       Debug::Extra << "exception location: " << where;
     // TODO: ...error_detail: " << (ERR_DETAIL_EXCEPTION_START+id());
     return os;
 }