aboutsummaryrefslogtreecommitdiff
path: root/test/test-tcp-bind6-error.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-tcp-bind6-error.c')
-rw-r--r--test/test-tcp-bind6-error.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test-tcp-bind6-error.c b/test/test-tcp-bind6-error.c
index 7eb2f05b..08772190 100644
--- a/test/test-tcp-bind6-error.c
+++ b/test/test-tcp-bind6-error.c
@@ -92,7 +92,8 @@ TEST_IMPL(tcp_bind6_error_addrnotavail) {
TEST_IMPL(tcp_bind6_error_fault) {
- char garbage[] = "blah blah blah blah blah blah blah blah blah blah blah blah";
+ char garbage[] =
+ "blah blah blah blah blah blah blah blah blah blah blah blah";
struct sockaddr_in6* garbage_addr;
uv_tcp_t server;
int r;