]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Sun, 4 Jun 2017 18:12:06 +0000 (18:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Sun, 4 Jun 2017 18:12:06 +0000 (18:12 +0000)
src/main.cc

index 6c4e5d70d77c9bf14b87422fda78db3d90ac52d8..12f326caeb950e192c0ae01ac87b57984f33d74e 100644 (file)
@@ -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
         }