mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-26 02:58:39 +02:00
BaseTools, MdeModulePkg: Fixed code style.
This commit is contained in:
parent
afb808bfb6
commit
29ff3aa169
@ -115,7 +115,7 @@ ToolImageUeDebugTableRequired (
|
||||
|
||||
static
|
||||
int8_t
|
||||
InternelGetUeMachine (
|
||||
InternalGetUeMachine (
|
||||
uint16_t Machine
|
||||
)
|
||||
{
|
||||
@ -773,7 +773,7 @@ ToolImageEmitUeFile (
|
||||
return false;
|
||||
}
|
||||
|
||||
Machine = InternelGetUeMachine (Image->HeaderInfo.Machine);
|
||||
Machine = InternalGetUeMachine (Image->HeaderInfo.Machine);
|
||||
if (Machine < 0) {
|
||||
DEBUG_RAISE ();
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user