]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 17 Mar 2011 00:12:57 +0000 (18:12 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 17 Mar 2011 00:12:57 +0000 (18:12 -0600)
src/ssl/ErrorDetail.cc

index 6bc194bf7821e8149885785dec73a9015189e214..63a8e15a79c09b11d030675b63e586709e25a74c 100644 (file)
@@ -182,7 +182,7 @@ const char *Ssl::ErrorDetail::err_code() const
     static char tmpBuffer[64];
     const char *err = getErrorName(error_no);
     if (!err) {
-        snprintf(tmpBuffer, 64, "%d", (int)error_no); 
+        snprintf(tmpBuffer, 64, "%d", (int)error_no);
         err = tmpBuffer;
     }
     return err;