aboutsummaryrefslogtreecommitdiff
path: root/crypto/ppc_arch.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-22 03:40:55 +0000
committerMatt Caswell <matt@openssl.org>2015-01-22 09:20:09 +0000
commit0f113f3ee4d629ef9a4a30911b22b224772085e5 (patch)
treee014603da5aed1d0751f587a66d6e270b6bda3de /crypto/ppc_arch.h
parent22b52164aaed31d6e93dbd2d397ace041360e6aa (diff)
downloadopenssl-0f113f3ee4d629ef9a4a30911b22b224772085e5.zip
openssl-0f113f3ee4d629ef9a4a30911b22b224772085e5.tar.gz
openssl-0f113f3ee4d629ef9a4a30911b22b224772085e5.tar.bz2
Run util/openssl-format-source -v -c .
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/ppc_arch.h')
-rw-r--r--crypto/ppc_arch.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/ppc_arch.h b/crypto/ppc_arch.h
index 1192edf..b50ec99 100644
--- a/crypto/ppc_arch.h
+++ b/crypto/ppc_arch.h
@@ -1,10 +1,10 @@
#ifndef __PPC_ARCH_H__
-#define __PPC_ARCH_H__
+# define __PPC_ARCH_H__
extern unsigned int OPENSSL_ppccap_P;
-#define PPC_FPU64 (1<<0)
-#define PPC_ALTIVEC (1<<1)
-#define PPC_CRYPTO207 (1<<2)
+# define PPC_FPU64 (1<<0)
+# define PPC_ALTIVEC (1<<1)
+# define PPC_CRYPTO207 (1<<2)
#endif