mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 03:54:14 +08:00
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:
parent
fafb7d3003
commit
bdb1f6b744
10
ms/applink.c
10
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 */
|
||||
|
Loading…
Reference in New Issue
Block a user