summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJ.C. Jones <jjones@mozilla.com>2020-04-01 16:11:59 -0700
committerJ.C. Jones <jjones@mozilla.com>2020-04-01 16:11:59 -0700
commit2336ecfeb4d3b57bd992564958e068059e81dcd4 (patch)
treed284145389f1fed593696f58727ae9d0ea3d79c5 /lib
parent2e619b57a398b7fbef54b3e3d3982209ae17617c (diff)
downloadnss-hg-2336ecfeb4d3b57bd992564958e068059e81dcd4.tar.gz
Bug 1620799 - Clang-format fixup, r=bustage
Diffstat (limited to 'lib')
-rw-r--r--lib/freebl/gcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/freebl/gcm.c b/lib/freebl/gcm.c
index 5065197ef..c2cc18d91 100644
--- a/lib/freebl/gcm.c
+++ b/lib/freebl/gcm.c
@@ -23,7 +23,7 @@
(defined(__clang__) || defined(__GNUC__) && __GNUC__ > 6)
#define USE_ARM_GCM
#elif defined(__arm__) && defined(IS_LITTLE_ENDIAN) && \
- !defined(NSS_DISABLE_ARM32_NEON)
+ !defined(NSS_DISABLE_ARM32_NEON)
/* We don't test on big endian platform, so disable this on big endian. */
#define USE_ARM_GCM
#endif