aboutsummaryrefslogtreecommitdiff
path: root/cc/registry.h
diff options
context:
space:
mode:
authorThai Duong <thaidn@google.com>2017-10-04 21:14:38 -0700
committerThai Duong <thaidn@google.com>2017-10-06 13:15:20 -0700
commit06769f331eab7905f52c348423b70afc4c0d81fd (patch)
tree462b81464081a8126c10715e21b6ca6fe0ec52a5 /cc/registry.h
parentf77a51a1794706bf6d106e28f4d02f5684e3ab17 (diff)
downloadtink-06769f331eab7905f52c348423b70afc4c0d81fd.tar.gz
Fixing style and Lint errors.
Change-Id: I0c4af7ce40698561e1d4c98c66628bdc6319990b ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 02289b9631aca3c5aeec907e45a97d76c825b152
Diffstat (limited to 'cc/registry.h')
-rw-r--r--cc/registry.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cc/registry.h b/cc/registry.h
index 98f38af59..6a533dabb 100644
--- a/cc/registry.h
+++ b/cc/registry.h
@@ -119,7 +119,8 @@ class Registry {
// The returned set is usually later "wrapped" into a class that
// implements the corresponding Primitive-interface.
template <class P>
- static crypto::tink::util::StatusOr<std::unique_ptr<PrimitiveSet<P>>> GetPrimitives(
+ static crypto::tink::util::StatusOr<std::unique_ptr<PrimitiveSet<P>>>
+ GetPrimitives(
const KeysetHandle& keyset_handle, const KeyManager<P>* custom_manager);
// Resets the registry.