Browse Source

Fix a check-spaces complaint

Sebastian Hahn 14 years ago
parent
commit
8200a85323
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/common/tortls.c

+ 2 - 2
src/common/tortls.c

@@ -2100,8 +2100,8 @@ tor_tls_check_lifetime(int severity, tor_tls_t *tls,
  * <b>future_tolerance</b> seconds.  If it is live, return 0.  If it is not
  * live, log a message and return -1. */
 static int
-check_cert_lifetime_internal(int severity, const X509 *cert, int past_tolerance,
-                             int future_tolerance)
+check_cert_lifetime_internal(int severity, const X509 *cert,
+                             int past_tolerance, int future_tolerance)
 {
   time_t now, t;