Browse Source

Remove blank line from previous commit

Stéphane Raimbault 12 năm trước cách đây
mục cha
commit
1b0f4420c3
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      src/modbus-tcp.c

+ 3 - 2
src/modbus-tcp.c

@@ -218,7 +218,8 @@ static int _modbus_tcp_set_ipv4_options(int s)
         return -1;
     }
 
-    /* If the OS does not offer SOCK_NONBLOCK, fall back to setting FIONBIO to make sockets non-blocking */
+    /* If the OS does not offer SOCK_NONBLOCK, fall back to setting FIONBIO to
+     * make sockets non-blocking */
     /* Do not care about the return value, this is optional */
 #if !defined(SOCK_NONBLOCK) && defined(FIONBIO)
 #ifdef OS_WIN32
@@ -230,7 +231,7 @@ static int _modbus_tcp_set_ipv4_options(int s)
     ioctl(s, FIONBIO, &option);
 #endif
 #endif
-    
+
 #ifndef OS_WIN32
     /**
      * Cygwin defines IPTOS_LOWDELAY but can't handle that flag so it's