]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
formatting: shift one space to right
authorWo'O Ideafarm <ideafarmcity@gmail.com>
Tue, 1 Aug 2023 17:47:16 +0000 (10:47 -0700)
committerHugo Landau <hlandau@openssl.org>
Wed, 2 Aug 2023 19:31:44 +0000 (20:31 +0100)
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)

ms/applink.c

index 460ee7339e8d56dae3c9961cfe71dfb46fa90b16..af9462a2b9c7d1fad31e4d07796cd0910f0e8aa9 100644 (file)
  * 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 */