crypto/cryptlib.c: make it indent-friendly.
authorAndy Polyakov <appro@openssl.org>
Tue, 20 Jan 2015 14:49:55 +0000 (15:49 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 22 Jan 2015 09:25:52 +0000 (09:25 +0000)
Reviewed-by: Tim Hudson <tjh@openssl.org>
crypto/cryptlib.c

index be61a9da3f55b45c8bc372de908a1c14b1305565..b1af073df327a69f8a952c4881b810bb8a38afa7 100644 (file)
@@ -663,7 +663,8 @@ const char *CRYPTO_get_lock_name(int type)
 
 #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 long *OPENSSL_ia32cap_loc(void)
@@ -857,7 +858,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;