Clang-format all of pki.
Before making further changes. This pass is without
InsertBraces, will follow up with InsertBraces
for separate review
Bug: 659
Change-Id: Ie311dcd932aec5f98c16573f9326b1918a639adf
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/64067
Commit-Queue: David Benjamin <davidben@google.com>
Auto-Submit: Bob Beck <bbe@google.com>
Reviewed-by: David Benjamin <davidben@google.com>
diff --git a/pki/ip_util.h b/pki/ip_util.h
index e78b9e6..64ea719 100644
--- a/pki/ip_util.h
+++ b/pki/ip_util.h
@@ -21,9 +21,9 @@
// Returns whether `addr1` and `addr2` are equal under the netmask `mask`.
OPENSSL_EXPORT bool IPAddressMatchesWithNetmask(der::Input addr1,
- der::Input addr2,
- der::Input mask);
+ der::Input addr2,
+ der::Input mask);
-} // namespace net
+} // namespace bssl
#endif // BSSL_PKI_IP_UTIL_H_