aboutsummaryrefslogtreecommitdiff
path: root/cc/util
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/util
parentdf5ddca8620418a193051acc63d92c3c03ea5b4b (diff)
downloadtink-40b3c02dcf5e974b30a1262ed31334cbcad2289b.tar.gz
Replace | with ` for function arguments.
PiperOrigin-RevId: 448006786
Diffstat (limited to 'cc/util')
-rw-r--r--cc/util/keyset_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/util/keyset_util.h b/cc/util/keyset_util.h
index 2f4663a40..84fac7188 100644
--- a/cc/util/keyset_util.h
+++ b/cc/util/keyset_util.h
@@ -24,7 +24,7 @@
namespace crypto {
namespace tink {
-// Generate a new random key ID not previously used in |keyset|.
+// Generate a new random key ID not previously used in `keyset`.
uint32_t GenerateUnusedKeyId(const google::crypto::tink::Keyset& keyset);
} // namespace tink