From 58907888e510f6907513da2ea4506ee78b9bf77c Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 6 Sep 2017 02:30:55 +0300 Subject: Style fixes. --- src/nxt_port_socket.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/nxt_port_socket.c') diff --git a/src/nxt_port_socket.c b/src/nxt_port_socket.c index 82a6e0aa..3f7ad954 100644 --- a/src/nxt_port_socket.c +++ b/src/nxt_port_socket.c @@ -176,10 +176,10 @@ nxt_port_socket_write(nxt_task_t *task, nxt_port_t *port, nxt_uint_t type, continue; } - if (msg->port_msg.stream == stream && - msg->port_msg.reply_port == reply_port && - msg->port_msg.last == 0 && - msg->opened) { + if (msg->port_msg.stream == stream + && msg->port_msg.reply_port == reply_port + && msg->port_msg.last == 0 + && msg->opened) { /* * An fd is ignored since a file descriptor -- cgit