server: fix formatting issue
[fio.git] / server.c
index 331c8c9fbf96b66042dff4bd69b734809d8932c6..cc4cbc2a95a5e7558a518afddb36544bc564c40f 100644 (file)
--- a/server.c
+++ b/server.c
@@ -266,7 +266,8 @@ static int fio_send_data(int sk, const void *p, unsigned int len)
        return fio_sendv_data(sk, &iov, 1);
 }
 
-bool fio_server_poll_fd(int fd, short events, int timeout) {
+bool fio_server_poll_fd(int fd, short events, int timeout)
+{
        struct pollfd pfd = {
                .fd     = fd,
                .events = events,
@@ -2873,4 +2874,4 @@ void fio_server_internal_set(const char *arg)
 {
        fio_server_pipe_name = strdup(arg);
 }
-#endif
\ No newline at end of file
+#endif