mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
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:
parent
a70c872966
commit
68dcdf4ffb
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue