summaryrefslogtreecommitdiff
path: root/src/test/test_keypin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/test_keypin.c')
-rw-r--r--src/test/test_keypin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/test_keypin.c b/src/test/test_keypin.c
index 50639efb1a..79d7bac902 100644
--- a/src/test/test_keypin.c
+++ b/src/test/test_keypin.c
@@ -115,7 +115,8 @@ test_keypin_parse_file(void *arg)
ent = smartlist_get(mock_addent_got, 12);
tt_mem_op(ent->rsa_id, OP_EQ, "ds speak truth, and ", 20);
- tt_mem_op(ent->ed25519_key, OP_EQ, "it was tru\xa5 that all the master\n", 32);
+ tt_mem_op(ent->ed25519_key, OP_EQ,
+ "it was tru\xa5 that all the master\n", 32);
/* File truncated before NL */
const char data3[] =