summaryrefslogtreecommitdiff
path: root/lib/dev/ckhelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dev/ckhelper.h')
-rw-r--r--lib/dev/ckhelper.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/dev/ckhelper.h b/lib/dev/ckhelper.h
index a2927f8cb..169fc207d 100644
--- a/lib/dev/ckhelper.h
+++ b/lib/dev/ckhelper.h
@@ -68,8 +68,7 @@ NSS_EXTERN_DATA const NSSItem g_ck_class_privkey;
if ((CK_LONG)(attrib)->ulValueLen > 0) { \
(item)->data = (void *)(attrib)->pValue; \
(item)->size = (PRUint32)(attrib)->ulValueLen; \
- } \
- else { \
+ } else { \
(item)->data = 0; \
(item)->size = 0; \
}
@@ -78,8 +77,7 @@ NSS_EXTERN_DATA const NSSItem g_ck_class_privkey;
if ((attrib)->ulValueLen > 0) { \
if (*((CK_BBOOL *)(attrib)->pValue) == CK_TRUE) { \
boolvar = PR_TRUE; \
- } \
- else { \
+ } else { \
boolvar = PR_FALSE; \
} \
}