summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKun Qin <kuqin@microsoft.com>2026-07-29 21:40:39 -0700
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2026-09-06 10:12:38 +0000
commit727910611ebff74da143ed36c58454cb698b07fa (patch)
tree59b68336090e72792367371f523547f0dfcc9a4f
parent6cbedf25c1aa8698435bfc16311213364e7d4cd9 (diff)
downloadedk2-727910611ebff74da143ed36c58454cb698b07fa.tar.gz
edk2-727910611ebff74da143ed36c58454cb698b07fa.zip
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 <kun.qin@microsoft.com>
-rw-r--r--CryptoPkg/Test/Mock/Include/GoogleTest/Library/MockBaseCryptLib.h5
1 files changed, 1 insertions, 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 <Library/GoogleTestLib.h>
#include <Library/FunctionMockLib.h>
@@ -1750,5 +1749,3 @@ struct MockBaseCryptLib {
)
);
};
-
-#endif