From bdb1f6b74486daa1971b928528109a4c67cf2eb9 Mon Sep 17 00:00:00 2001 From: Wo'O Ideafarm Date: Tue, 1 Aug 2023 10:47:16 -0700 Subject: formatting: shift one space to right per request. Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell Reviewed-by: Paul Dale Reviewed-by: Hugo Landau (Merged from https://github.com/openssl/openssl/pull/21595) --- ms/applink.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ms/applink.c') 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 -# include -# include -#endif +# ifndef APPLINK_NO_INCLUDES +# include +# include +# include +# endif # ifdef __BORLANDC__ /* _lseek in is a function-like macro so we can't take its address */ -- cgit v1.2.3