From 1ffa208a1fef1569baa6d6a37d43a0226781115f Mon Sep 17 00:00:00 2001 From: PaddyDeng Date: Tue, 5 Nov 2024 14:14:31 +0800 Subject: [PATCH] Correct typo of include guard --- SecurityPkg/Test/Mock/Include/GoogleTest/Ppi/MockTcgPpi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SecurityPkg/Test/Mock/Include/GoogleTest/Ppi/MockTcgPpi.h b/SecurityPkg/Test/Mock/Include/GoogleTest/Ppi/MockTcgPpi.h index 1e128a254b..252b2e7308 100644 --- a/SecurityPkg/Test/Mock/Include/GoogleTest/Ppi/MockTcgPpi.h +++ b/SecurityPkg/Test/Mock/Include/GoogleTest/Ppi/MockTcgPpi.h @@ -7,7 +7,7 @@ #ifndef MOCK_TCG_PPI_H__ -#define __MOCK_TCG_PPI_H__ +#define MOCK_TCG_PPI_H__ #include #include