From f06f3410eb30a5c346870d423119dc5f4e7fc1d0 Mon Sep 17 00:00:00 2001 From: "relyea%netscape.com" Date: Thu, 13 Mar 2003 16:36:43 +0000 Subject: [PATCH] Make indention style consistant with SSL's usage, not softoken/pk11 usage. git-svn-id: svn://10.0.0.236/trunk@139387 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/nss/lib/ssl/ssl3con.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/security/nss/lib/ssl/ssl3con.c b/mozilla/security/nss/lib/ssl/ssl3con.c index 3273fb3934a..f4afd74fe79 100644 --- a/mozilla/security/nss/lib/ssl/ssl3con.c +++ b/mozilla/security/nss/lib/ssl/ssl3con.c @@ -37,7 +37,7 @@ * may use your version of this file under either the MPL or the * GPL. * - * $Id: ssl3con.c,v 1.50 2003-03-12 19:22:32 relyea%netscape.com Exp $ + * $Id: ssl3con.c,v 1.51 2003-03-13 16:36:43 relyea%netscape.com Exp $ */ #include "nssrenam.h" @@ -1631,7 +1631,7 @@ ssl3_ClientAuthTokenPresent(sslSessionID *sid) { sid->u.ssl3.clAuthSeries != PK11_GetSlotSeries(slot) || sid->u.ssl3.clAuthSlotID != PK11_GetSlotID(slot) || sid->u.ssl3.clAuthModuleID != PK11_GetModuleID(slot) || - (PK11_NeedLogin(slot) && !PK11_IsLoggedIn(slot, NULL))){ + (PK11_NeedLogin(slot) && !PK11_IsLoggedIn(slot, NULL))) { isPresent = PR_FALSE; } if (slot) {