aboutsummaryrefslogtreecommitdiff
path: root/cc/cleartext_keyset_handle.h
diff options
context:
space:
mode:
authorcinlin <cinlin@google.com>2022-05-11 09:01:21 -0700
committerCopybara-Service <copybara-worker@google.com>2022-05-11 09:02:09 -0700
commit40b3c02dcf5e974b30a1262ed31334cbcad2289b (patch)
tree8533eff90ac15c4aa5443705e28f843b0f86f8f3 /cc/cleartext_keyset_handle.h
parentdf5ddca8620418a193051acc63d92c3c03ea5b4b (diff)
downloadtink-40b3c02dcf5e974b30a1262ed31334cbcad2289b.tar.gz
Replace | with ` for function arguments.
PiperOrigin-RevId: 448006786
Diffstat (limited to 'cc/cleartext_keyset_handle.h')
-rw-r--r--cc/cleartext_keyset_handle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/cleartext_keyset_handle.h b/cc/cleartext_keyset_handle.h
index 36ae81412..cf45b9f83 100644
--- a/cc/cleartext_keyset_handle.h
+++ b/cc/cleartext_keyset_handle.h
@@ -32,11 +32,11 @@ namespace tink {
// loading cleartext keysets, thus its usage should be restricted.
class CleartextKeysetHandle {
public:
- // Creates a KeysetHandle with a keyset obtained via |reader|.
+ // Creates a KeysetHandle with a keyset obtained via `reader`.
static crypto::tink::util::StatusOr<std::unique_ptr<KeysetHandle>> Read(
std::unique_ptr<KeysetReader> reader);
- // Writes the keyset in the given |keyset_handle| to the |writer| which must
+ // Writes the keyset in the given `keyset_handle` to the `writer` which must
// be non-null.
static crypto::tink::util::Status Write(KeysetWriter* writer,
const KeysetHandle& keyset_handle);