aboutsummaryrefslogtreecommitdiff
path: root/tests/request_key.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/request_key.c')
-rw-r--r--tests/request_key.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/request_key.c b/tests/request_key.c
index fea977b2..03c7a429 100644
--- a/tests/request_key.c
+++ b/tests/request_key.c
@@ -69,8 +69,7 @@ main(void)
{
static const char unterminated1[] = { '\1', '\2', '\3', '\4', '\5' };
static const char unterminated2[] = { '\6', '\7', '\10', '\11', '\12' };
- static const char unterminated3[] =
- { '\16', '\17', '\20', '\21', '\22' };
+ static const char unterminated3[] = { '\16', '\17', '\20', '\21', '\22' };
char *bogus_type = tail_memdup(unterminated1, sizeof(unterminated1));
char *bogus_desc = tail_memdup(unterminated2, sizeof(unterminated2));