瀏覽代碼

Fix a check-spaces complaint

Sebastian Hahn 14 年之前
父節點
當前提交
8200a85323
共有 1 個文件被更改,包括 2 次插入2 次删除
  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;