summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2015-01-20 15:49:55 +0100
committerMatt Caswell <matt@openssl.org>2015-01-22 09:20:07 +0000
commit90b9c78b305781015248c7963e0e6b2215ecb8c2 (patch)
treec97f84c8b1fb232f76bdf82565ad67f9e3a2aa1b
parent985a9af8133e0b0e9af60c66098c0f7eddea0a33 (diff)
crypto/cryptlib.c: make it indent-friendly.
Reviewed-by: Tim Hudson <tjh@openssl.org>
-rw-r--r--crypto/cryptlib.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c
index 00cb337835..e522861e26 100644
--- a/crypto/cryptlib.c
+++ b/crypto/cryptlib.c
@@ -123,7 +123,8 @@ static double SSLeay_MSVC5_hack=0.0; /* and for VC1.5 */
#if defined(__i386) || defined(__i386__) || defined(_M_IX86) || \
defined(__INTEL__) || \
- defined(__x86_64) || defined(__x86_64__) || defined(_M_AMD64) || defined(_M_X64)
+ defined(__x86_64) || defined(__x86_64__) || \
+ defined(_M_AMD64) || defined(_M_X64)
extern unsigned int OPENSSL_ia32cap_P[4];
unsigned int *OPENSSL_ia32cap_loc(void) { return OPENSSL_ia32cap_P; }
@@ -305,7 +306,8 @@ void OPENSSL_showfatal (const char *fmta,...)
if ((h=GetStdHandle(STD_ERROR_HANDLE)) != NULL &&
GetFileType(h)!=FILE_TYPE_UNKNOWN)
- { /* must be console application */
+ {
+ /* must be console application */
int len;
DWORD out;