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)
This commit is contained in:
Wo'O Ideafarm 2023-08-01 10:47:16 -07:00 committed by Hugo Landau
parent fafb7d3003
commit bdb1f6b744

View File

@ -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 */