From da53330eb4d52ebfdc0c6b431a61a5c68a923a8c 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 --- hcl/lib/std.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hcl/lib/std.c b/hcl/lib/std.c index 60a07cb..5d6a9e1 100644 --- a/hcl/lib/std.c +++ b/hcl/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)