From: Wo'O Ideafarm Date: Tue, 1 Aug 2023 17:47:16 +0000 (-0700) Subject: formatting: shift one space to right X-Git-Tag: openssl-3.2.0-alpha1~321 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bdb1f6b74486daa1971b928528109a4c67cf2eb9;p=thirdparty%2Fopenssl.git 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) --- diff --git a/ms/applink.c b/ms/applink.c index 460ee7339e8..af9462a2b9c 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 */