summaryrefslogtreecommitdiffstats
path: root/ms
diff options
context:
space:
mode:
authorWo'O Ideafarm <ideafarmcity@gmail.com>2023-08-01 10:47:16 -0700
committerHugo Landau <hlandau@openssl.org>2023-08-02 20:31:44 +0100
commitbdb1f6b74486daa1971b928528109a4c67cf2eb9 (patch)
treec4a700096d5d7871213bacaad82195f2bad98150 /ms
parentfafb7d30038678bffba739eaa933b926d2ee194f (diff)
formatting: shift one space to right
per request. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21595)
Diffstat (limited to 'ms')
-rw-r--r--ms/applink.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/ms/applink.c b/ms/applink.c
index 460ee7339e..af9462a2b9 100644
--- a/ms/applink.c
+++ b/ms/applink.c
@@ -41,11 +41,11 @@
* following included header files. You will need to put these
* include lines somewhere in the file that is including applink.c.
*/
-#ifndef APPLINK_NO_INCLUDES
-# include <stdio.h>
-# include <io.h>
-# include <fcntl.h>
-#endif
+# ifndef APPLINK_NO_INCLUDES
+# include <stdio.h>
+# include <io.h>
+# include <fcntl.h>
+# endif
# ifdef __BORLANDC__
/* _lseek in <io.h> is a function-like macro so we can't take its address */