summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Jacobs <kjacobs@mozilla.com>2020-03-02 10:44:38 -0800
committerKevin Jacobs <kjacobs@mozilla.com>2020-03-02 10:44:38 -0800
commitcefed64aff7c6ec9c19d234e60479ca822fd5a1e (patch)
tree47e7e165b7e8da9afbccf70b1fc8310991f2a43a
parent59dd53c209c0eb76769e6deb3ead1e09377f0f3e (diff)
downloadnss-hg-cefed64aff7c6ec9c19d234e60479ca822fd5a1e.tar.gz
Bug 1614183 - Fixup, clang-format. r=meNSS_3_51_BETA1
-rw-r--r--lib/freebl/blinit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/freebl/blinit.c b/lib/freebl/blinit.c
index aa7785749..c9c0dda59 100644
--- a/lib/freebl/blinit.c
+++ b/lib/freebl/blinit.c
@@ -456,6 +456,7 @@ ppc_crypto_support()
#define __has_include(x) 0
#endif
+/* clang-format off */
#if defined(__linux__) || (defined(__FreeBSD__) && __FreeBSD__ >= 12)
#if __has_include(<sys/auxv.h>)
#include <sys/auxv.h>
@@ -492,6 +493,7 @@ CheckPPCSupport()
ppc_crypto_support_ = hwcaps & PPC_FEATURE2_VEC_CRYPTO && disable_hw_crypto == NULL;
}
+/* clang-format on */
#endif /* __powerpc__ */