summaryrefslogtreecommitdiff
path: root/cmd/pk11mode/pk11mode.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/pk11mode/pk11mode.c')
-rw-r--r--cmd/pk11mode/pk11mode.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/pk11mode/pk11mode.c b/cmd/pk11mode/pk11mode.c
index 851d64f8f..e761d5e65 100644
--- a/cmd/pk11mode/pk11mode.c
+++ b/cmd/pk11mode/pk11mode.c
@@ -96,8 +96,7 @@ int MODE = FIPSMODE;
CK_BBOOL true = CK_TRUE;
CK_BBOOL false = CK_FALSE;
static const CK_BYTE PLAINTEXT[] = { "Firefox Rules!" };
-static const CK_BYTE PLAINTEXT_PAD[] =
- { "Firefox and thunderbird rule the world!" };
+static const CK_BYTE PLAINTEXT_PAD[] = { "Firefox and thunderbird rule the world!" };
CK_ULONG NUMTESTS = 0;
static const char *slotFlagName[] = {