BaseTools, MdeModulePkg: Fixed code style.

This commit is contained in:
Mikhail Krichanov 2023-09-06 11:25:18 +03:00 committed by MikhailKrichanov
parent afb808bfb6
commit 29ff3aa169
2 changed files with 3 additions and 3 deletions

View File

@ -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;