chore: remove trailing whitespace from README.md line 42
This commit is contained in:
@@ -158,7 +158,9 @@ typedef enum {
|
||||
RAVA_OP_INPUT_STREAM_READ,
|
||||
RAVA_OP_INPUT_STREAM_READ_BYTES,
|
||||
RAVA_OP_INPUT_STREAM_AVAILABLE,
|
||||
RAVA_OP_INPUT_STREAM_SKIP,
|
||||
RAVA_OP_OUTPUT_STREAM_WRITE,
|
||||
RAVA_OP_OUTPUT_STREAM_FLUSH,
|
||||
RAVA_OP_STREAM_CLOSE,
|
||||
|
||||
RAVA_OP_INETADDRESS_GET_BY_NAME,
|
||||
@@ -168,6 +170,10 @@ typedef enum {
|
||||
RAVA_OP_INETADDRESS_GET_HOST_ADDRESS,
|
||||
RAVA_OP_INETADDRESS_IS_LOOPBACK,
|
||||
RAVA_OP_INETADDRESS_IS_ANY_LOCAL,
|
||||
RAVA_OP_INETADDRESS_GET_ALL_BY_NAME,
|
||||
RAVA_OP_INETADDRESS_GET_ADDRESS,
|
||||
RAVA_OP_INETADDRESS_IS_MULTICAST_ADDRESS,
|
||||
RAVA_OP_INETADDRESS_IS_REACHABLE,
|
||||
|
||||
RAVA_OP_SOCKET_GET_PORT,
|
||||
RAVA_OP_SOCKET_GET_LOCAL_PORT,
|
||||
@@ -176,6 +182,10 @@ typedef enum {
|
||||
RAVA_OP_SERVER_SOCKET_GET_LOCAL_PORT,
|
||||
RAVA_OP_SERVER_SOCKET_IS_BOUND,
|
||||
RAVA_OP_SERVER_SOCKET_IS_CLOSED,
|
||||
RAVA_OP_SERVER_SOCKET_SET_RECEIVE_BUFFER_SIZE,
|
||||
RAVA_OP_SERVER_SOCKET_GET_RECEIVE_BUFFER_SIZE,
|
||||
RAVA_OP_SERVER_SOCKET_SET_REUSE_ADDRESS,
|
||||
RAVA_OP_SERVER_SOCKET_GET_REUSE_ADDRESS,
|
||||
|
||||
RAVA_OP_SOCKET_SET_SO_TIMEOUT,
|
||||
RAVA_OP_SOCKET_GET_SO_TIMEOUT,
|
||||
|
||||
Reference in New Issue
Block a user