From 727910611ebff74da143ed36c58454cb698b07fa Mon Sep 17 00:00:00 2001 From: Kun Qin Date: Wed, 29 Jul 2026 21:40:39 -0700 Subject: CryptoPkg: MockBaseCryptLib: Use #pragma once This change updates the header file guard to #pragma once to adhere to the coding convention of this repository. Signed-off-by: Kun Qin --- CryptoPkg/Test/Mock/Include/GoogleTest/Library/MockBaseCryptLib.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CryptoPkg/Test/Mock/Include/GoogleTest/Library/MockBaseCryptLib.h b/CryptoPkg/Test/Mock/Include/GoogleTest/Library/MockBaseCryptLib.h index f29ec8e547..f12c1dc3bc 100644 --- a/CryptoPkg/Test/Mock/Include/GoogleTest/Library/MockBaseCryptLib.h +++ b/CryptoPkg/Test/Mock/Include/GoogleTest/Library/MockBaseCryptLib.h @@ -5,8 +5,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent **/ -#ifndef MOCK_BASE_CRYPT_LIB_H_ -#define MOCK_BASE_CRYPT_LIB_H_ +#pragma once #include #include @@ -1750,5 +1749,3 @@ struct MockBaseCryptLib { ) ); }; - -#endif -- cgit v1.2.3