[tor-commits] [tor/master] Fix a check-spaces complaint

nickm at torproject.org nickm at torproject.org
Wed Nov 16 15:45:14 UTC 2011


commit 8200a85323289f98a54b2a5293672cce8ddc5a2c
Author: Sebastian Hahn <sebastian at torproject.org>
Date:   Wed Nov 16 16:40:56 2011 +0100

    Fix a check-spaces complaint
---
 src/common/tortls.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/common/tortls.c b/src/common/tortls.c
index a41a10d..554deb7 100644
--- a/src/common/tortls.c
+++ b/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;
 



More information about the tor-commits mailing list