aboutsummaryrefslogtreecommitdiff
path: root/cc/hybrid_decrypt.h
diff options
context:
space:
mode:
authortholenst <tholenst@google.com>2019-10-25 13:04:33 -0700
committerCopybara-Service <copybara-worker@google.com>2019-10-25 13:05:13 -0700
commit1ec72ed263422d0c7ea6f304afe666d624a4e51a (patch)
treee8d1c554838cc173145dfbd46aa8446aa69af7ad /cc/hybrid_decrypt.h
parent9c3aeaf66c74519047c104195b124fe0aefd6c0d (diff)
downloadtink-1ec72ed263422d0c7ea6f304afe666d624a4e51a.tar.gz
Formatting changes due to internal changes.
PiperOrigin-RevId: 276745125
Diffstat (limited to 'cc/hybrid_decrypt.h')
-rw-r--r--cc/hybrid_decrypt.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cc/hybrid_decrypt.h b/cc/hybrid_decrypt.h
index 13d7bab54..4eb25d9aa 100644
--- a/cc/hybrid_decrypt.h
+++ b/cc/hybrid_decrypt.h
@@ -57,8 +57,7 @@ class HybridDecrypt {
public:
// Decrypts 'ciphertext' verifying the integrity of 'context_info'.
virtual crypto::tink::util::StatusOr<std::string> Decrypt(
- absl::string_view ciphertext,
- absl::string_view context_info) const = 0;
+ absl::string_view ciphertext, absl::string_view context_info) const = 0;
virtual ~HybridDecrypt() {}
};