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 static
int8_t int8_t
InternelGetUeMachine ( InternalGetUeMachine (
uint16_t Machine uint16_t Machine
) )
{ {
@ -773,7 +773,7 @@ ToolImageEmitUeFile (
return false; return false;
} }
Machine = InternelGetUeMachine (Image->HeaderInfo.Machine); Machine = InternalGetUeMachine (Image->HeaderInfo.Machine);
if (Machine < 0) { if (Machine < 0) {
DEBUG_RAISE (); DEBUG_RAISE ();
return false; return false;

View File

@ -740,7 +740,7 @@ CoreLoadPeImage (
// //
// Get the image entry point. // Get the image entry point.
// //
Image->EntryPoint = (EFI_IMAGE_ENTRY_POINT)(UefiImageLoaderGetImageEntryPoint (ImageContext)); Image->EntryPoint = (EFI_IMAGE_ENTRY_POINT)(UefiImageLoaderGetImageEntryPoint (ImageContext));
// //
// Fill in the image information for the Loaded Image Protocol // Fill in the image information for the Loaded Image Protocol