]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/stub_debug.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / tests / stub_debug.cc
index dea7c3c76e82ab9fe263b49cdfe1d694ce6c9cf1..2855c330907779afcd75b7466ed5b68b3373b17a 100644 (file)
@@ -135,7 +135,7 @@ Debug::xassert(const char *msg, const char *file, int line)
 
     if (CurrentDebug) {
         *CurrentDebug << "assertion failed: " << file << ":" << line <<
-        ": \"" << msg << "\"";
+                      ": \"" << msg << "\"";
     }
     abort();
 }
@@ -165,3 +165,4 @@ Raw::print(std::ostream &os) const
 
     return os;
 }
+