diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2013-09-11 16:59:55 +0200 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2013-09-11 17:29:43 +0200 |
commit | f5baf210dfcd4d48a42216279bde3895e3b83fcd (patch) | |
tree | 2891edefb4bab7ece940bdac99d89cea56bc8479 /test/test-tcp-bind6-error.c | |
parent | ce3c38a5d8e9542e71e76c2a93c8ee3584ce31e9 (diff) | |
download | libuv-f5baf210dfcd4d48a42216279bde3895e3b83fcd.tar.gz libuv-f5baf210dfcd4d48a42216279bde3895e3b83fcd.zip |
test: wrap long lines at 80 columns
Diffstat (limited to 'test/test-tcp-bind6-error.c')
-rw-r--r-- | test/test-tcp-bind6-error.c | 3 |
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; |