aboutsummaryrefslogtreecommitdiff
path: root/tests/server
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2016-12-19 02:31:59 -0500
committerJay Satiro <raysatiro@yahoo.com>2016-12-19 02:31:59 -0500
commitc2402b6e02c6de2e4be0f87fd094da8e24d81d87 (patch)
tree67951a14c41b799d30b457063e21373b4c2232af /tests/server
parentd00f2a8f2e8529024709f70c8ab4c4138dc651a0 (diff)
tests: checksrc compliance
Diffstat (limited to 'tests/server')
-rw-r--r--tests/server/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/server/util.h b/tests/server/util.h
index c90fcdf32..a2a56badd 100644
--- a/tests/server/util.h
+++ b/tests/server/util.h
@@ -44,7 +44,7 @@ extern const char *serverlogfile;
#undef perror
#define perror(m) win32_perror(m)
-void win32_perror (const char *msg);
+void win32_perror(const char *msg);
#endif /* WIN32 */
#ifdef USE_WINSOCK