minor indentation fix in std.c

This commit is contained in:
hyung-hwan 2021-05-23 18:23:18 +00:00
parent 5b26ef46b1
commit 6cf198dbc5

View File

@ -77,7 +77,7 @@
# include <sys/socket.h> /* for socketpair */
# include <sys/time.h>
# include <sys/ioctl.h> /* FIONBIO */
# include <nerrno.h> /* for SOCEXXX error codes */
# include <nerrno.h> /* for SOCEXXX error codes */
# define BSD_SELECT
# if defined(TCPV40HDRS)