summaryrefslogtreecommitdiff
path: root/cmd/lib
diff options
context:
space:
mode:
authorKai Engert <kaie@kuix.de>2017-02-09 20:19:29 +0100
committerKai Engert <kaie@kuix.de>2017-02-09 20:19:29 +0100
commit43043d2cf72e2e2432f22b9966ea2c50a746b2d6 (patch)
treec37c3e9992e8730a04f452ea9803b9fbd68cea81 /cmd/lib
parentfcb7d51f217c2a57e83c911066e9fe4d173e3ba7 (diff)
downloadnss-hg-43043d2cf72e2e2432f22b9966ea2c50a746b2d6.tar.gz
Bug 1334976, follow-up for clang-format
Diffstat (limited to 'cmd/lib')
-rw-r--r--cmd/lib/secutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/lib/secutil.c b/cmd/lib/secutil.c
index 33603bbae..1d910a40b 100644
--- a/cmd/lib/secutil.c
+++ b/cmd/lib/secutil.c
@@ -3244,7 +3244,7 @@ SEC_PrintCertificateAndTrust(CERTCertificate *cert,
slotList = PK11_GetAllSlotsForCert(cert, NULL);
if (slotList) {
PK11SlotListElement *se = PK11_GetFirstSafe(slotList);
- for ( ; se; se = PK11_GetNextSafe(slotList, se, PR_FALSE)) {
+ for (; se; se = PK11_GetNextSafe(slotList, se, PR_FALSE)) {
CK_OBJECT_HANDLE handle = PK11_FindCertInSlot(se->slot, cert, NULL);
if (handle != CK_INVALID_HANDLE) {
PORT_SetError(0);