From 6cf198dbc56d046ac860a8e7e94c86b999b3365f Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sun, 23 May 2021 18:23:18 +0000 Subject: [PATCH] minor indentation fix in std.c --- lib/std.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/std.c b/lib/std.c index 60a07cb..5d6a9e1 100644 --- a/lib/std.c +++ b/lib/std.c @@ -77,7 +77,7 @@ # include /* for socketpair */ # include # include /* FIONBIO */ -# include /* for SOCEXXX error codes */ +# include /* for SOCEXXX error codes */ # define BSD_SELECT # if defined(TCPV40HDRS)