summaryrefslogtreecommitdiff
path: root/cmd/lib
diff options
context:
space:
mode:
authorFranziskus Kiefer <franziskuskiefer@gmail.com>2017-11-16 09:40:23 +0100
committerFranziskus Kiefer <franziskuskiefer@gmail.com>2017-11-16 09:40:23 +0100
commita82a16c41690a4645b9efee86ac47ec89cc01c22 (patch)
tree8ed446c3f20f84db83c7c0cbe504efb8a41d1bb2 /cmd/lib
parentcb9cb60973930178752706d36053f474c1671256 (diff)
downloadnss-hg-a82a16c41690a4645b9efee86ac47ec89cc01c22.tar.gz
fix clang-format, a=bustage
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 7465db4a4..2b33f8963 100644
--- a/cmd/lib/secutil.c
+++ b/cmd/lib/secutil.c
@@ -240,7 +240,7 @@ SECU_GetModulePassword(PK11SlotInfo *slot, PRBool retry, void *arg)
sprintf(prompt,
"Press Enter, then enter PIN for \"%s\" on external device.\n",
PK11_GetTokenName(slot));
- char* pw = SECU_GetPasswordString(NULL, prompt);
+ char *pw = SECU_GetPasswordString(NULL, prompt);
PORT_Free(pw);
/* Fall Through */
case PW_PLAINTEXT: