UefiCpuPkg: Remove mismatched braces

This commit removes mismatched braces for:
* `EDKII_CPU_FEATURES_INIT_DONE_GUID`
* `EDKII_CPU_FEATURES_SET_DONE_GUID`

Signed-off-by: Dāvis Mosāns <davispuh@gmail.com>
This commit is contained in:
Dāvis Mosāns 2026-07-03 21:55:21 +03:00
parent a70c872966
commit 68dcdf4ffb
No known key found for this signature in database
GPG key ID: 862EE7AE9F4B7726
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
#define EDKII_CPU_FEATURES_INIT_DONE_GUID \
{ \
{ 0xc77c3a41, 0x61ab, 0x4143, { 0x98, 0x3e, 0x33, 0x39, 0x28, 0x6, 0x28, 0xe5 } \
0xc77c3a41, 0x61ab, 0x4143, { 0x98, 0x3e, 0x33, 0x39, 0x28, 0x6, 0x28, 0xe5 } \
}
extern EFI_GUID gEdkiiCpuFeaturesInitDoneGuid;

View file

@ -11,7 +11,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
#define EDKII_CPU_FEATURES_SET_DONE_GUID \
{ \
{ 0xa82485ce, 0xad6b, 0x4101, { 0x99, 0xd3, 0xe1, 0x35, 0x8c, 0x9e, 0x7e, 0x37 } \
0xa82485ce, 0xad6b, 0x4101, { 0x99, 0xd3, 0xe1, 0x35, 0x8c, 0x9e, 0x7e, 0x37 } \
}
extern EFI_GUID gEdkiiCpuFeaturesSetDoneGuid;