aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/testutil.c2
-rw-r--r--tests/testutil.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/testutil.c b/tests/testutil.c
index 356eb333..6934d4ad 100644
--- a/tests/testutil.c
+++ b/tests/testutil.c
@@ -383,4 +383,4 @@ done:
nng_mtx_free(note.mx);
}
return (rv);
-} \ No newline at end of file
+}
diff --git a/tests/testutil.h b/tests/testutil.h
index f28fed5c..88d978de 100644
--- a/tests/testutil.h
+++ b/tests/testutil.h
@@ -87,7 +87,7 @@ extern int testutil_marry_ex(nng_socket, nng_socket, nng_pipe *, nng_pipe *);
TEST_CHECK_(sz_ == strlen(string) + 1, "length %d want %d", \
sz_, strlen(string) + 1); \
buf_[sizeof(buf_) - 1] = '\0'; \
- TEST_CHECK_( \
+ TEST_CHECK_( \
strcmp(string, buf_) == 0, "%s == %s", string, buf_); \
} while (0)