aboutsummaryrefslogtreecommitdiff
path: root/cc/mac/hmac_key_manager.h
diff options
context:
space:
mode:
authorBartosz Przydatek <przydatek@google.com>2017-08-31 17:52:12 +0200
committerThai Duong <thaidn@google.com>2017-09-01 15:21:26 -0700
commitcc8d6273ea1d635a22f313f6c58f7161320f2dd1 (patch)
tree259eb3a3a7459b702ab89931281ca4c3d55bb288 /cc/mac/hmac_key_manager.h
parent7dddc4e051d08b5935485660879649c5123deb06 (diff)
downloadtink-cc8d6273ea1d635a22f313f6c58f7161320f2dd1.tar.gz
Fixing style issues.
Change-Id: I4f928caa6fbd877d2169fee572ae5c0381460e0b ORIGINAL_AUTHOR=Bartosz Przydatek <przydatek@google.com> GitOrigin-RevId: cbcaf65319ea010372050ac9ddd6bbc8d7f82c91
Diffstat (limited to 'cc/mac/hmac_key_manager.h')
-rw-r--r--cc/mac/hmac_key_manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/mac/hmac_key_manager.h b/cc/mac/hmac_key_manager.h
index 2694d1464..9a6f4077c 100644
--- a/cc/mac/hmac_key_manager.h
+++ b/cc/mac/hmac_key_manager.h
@@ -48,8 +48,8 @@ class HmacKeyManager : public KeyManager<Mac> {
// Generates a new random HmacKey, based on the specified 'key_template',
// which must contain HmacKeyFormat-proto.
- crypto::tink::util::StatusOr<std::unique_ptr<google::protobuf::Message>> NewKey(
- const google::crypto::tink::KeyTemplate& key_template)
+ crypto::tink::util::StatusOr<std::unique_ptr<google::protobuf::Message>>
+ NewKey(const google::crypto::tink::KeyTemplate& key_template)
const override;
// Returns the type_url identifying the key type handled by this manager.