Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 621077529
  • Loading branch information
ise-crypto authored and copybara-github committed Apr 2, 2024
1 parent 40510c4 commit 86b6a21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cc/integration/gcpkms/gcp_kms_public_key_sign.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
//
///////////////////////////////////////////////////////////////////////////////

#ifndef TINK_INTEGRATION_GCPKMS_GCP_KMS_SIGN_H_
#define TINK_INTEGRATION_GCPKMS_GCP_KMS_SIGN_H_
#ifndef TINK_INTEGRATION_GCPKMS_GCP_KMS_PUBLIC_KEY_SIGN_H_
#define TINK_INTEGRATION_GCPKMS_GCP_KMS_PUBLIC_KEY_SIGN_H_

#include <memory>

Expand Down Expand Up @@ -48,4 +48,4 @@ CreateGcpKmsPublicKeySign(
} // namespace tink
} // namespace crypto

#endif // TINK_INTEGRATION_GCPKMS_GCP_KMS_SIGN_H_
#endif // TINK_INTEGRATION_GCPKMS_GCP_KMS_PUBLIC_KEY_SIGN_H_

0 comments on commit 86b6a21

Please sign in to comment.