From: Source Maintenance Date: Sun, 4 Jun 2017 18:12:06 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: M-staged-PR71~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac630238479dc7de1f0ed3478e81875f9e13f870;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/main.cc b/src/main.cc index 6c4e5d70d7..12f326caeb 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1342,7 +1342,7 @@ mainInitialize(void) static std::ostream & CurrentException(std::ostream &os) { - if (std::current_exception()) { + if (std::current_exception()) { try { throw; // re-throw to recognize the exception type }