summaryrefslogtreecommitdiff
path: root/lib/ckfw
diff options
context:
space:
mode:
authorMartin Thomson <martin.thomson@gmail.com>2017-09-08 10:26:21 +1000
committerMartin Thomson <martin.thomson@gmail.com>2017-09-08 10:26:21 +1000
commita78db3ef9f6e97353d636564f8bf2112ae1efbd3 (patch)
tree967726e4a7fc8fe50d91a2abd8eb3a54d795dabc /lib/ckfw
parent369c2546c705c0177ef62e165136aef3f703045e (diff)
downloadnss-hg-a78db3ef9f6e97353d636564f8bf2112ae1efbd3.tar.gz
Bug 1397990 - Run clang-format 4.0, r=me
These files were being reformatted by clang-format 4.0. If you make this change, then both 3.9 (in CI) and 4.0 are happy with the result. I don't plan to do this often, but it is a huge help. Note that the PK11 ECDSA tests are an odd duck, I have more on that coming.
Diffstat (limited to 'lib/ckfw')
-rw-r--r--lib/ckfw/capi/cfind.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/ckfw/capi/cfind.c b/lib/ckfw/capi/cfind.c
index 9ea7fca61..9c4d4f1e7 100644
--- a/lib/ckfw/capi/cfind.c
+++ b/lib/ckfw/capi/cfind.c
@@ -331,8 +331,7 @@ collect_class(
nss_ZFreeIf(keyProvInfo);
if (provName &&
- (strncmp(provName, "Microsoft", sizeof("Microsoft") -
- 1) != 0)) {
+ (strncmp(provName, "Microsoft", sizeof("Microsoft") - 1) != 0)) {
continue;
}
} else {