summaryrefslogtreecommitdiff
path: root/cmd/pk11util
diff options
context:
space:
mode:
authorFranziskus Kiefer <franziskuskiefer@gmail.com>2016-08-14 14:10:11 +0200
committerFranziskus Kiefer <franziskuskiefer@gmail.com>2016-08-14 14:10:11 +0200
commitf194976e811a6c717b0afe68259e75a2772782b0 (patch)
treeb480edee4273bab808c63ab766e77b0ed52e01fa /cmd/pk11util
parentf91691dddde48da951717e95026315398f5a53db (diff)
downloadnss-hg-f194976e811a6c717b0afe68259e75a2772782b0.tar.gz
Bug 1295115 - follow up to clang-format for CI, r= kaie
Diffstat (limited to 'cmd/pk11util')
-rw-r--r--cmd/pk11util/pk11util.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/cmd/pk11util/pk11util.c b/cmd/pk11util/pk11util.c
index 78278d317..bd1ea2bcd 100644
--- a/cmd/pk11util/pk11util.c
+++ b/cmd/pk11util/pk11util.c
@@ -1097,10 +1097,8 @@ printArg(Value *ptr, int arg_number)
} else {
constType = getConstFromAttribute(attribute->type);
if (constType != ConstNone) {
- CK_ULONG value = (constType == ConstBool) ?
- *(CK_BBOOL *)attribute->pValue
- :
- *(CK_ULONG *)attribute->pValue;
+ CK_ULONG value = (constType == ConstBool) ? *(CK_BBOOL *)attribute->pValue
+ : *(CK_ULONG *)attribute->pValue;
printConst(value, constType, 1);
} else {
printf("\n");