From 1436aea4d5707e672672a11bda72be2c63c936c3 Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Sun, 5 Dec 2021 14:54:02 -0800 Subject: MdeModulePkg: Apply uncrustify changes REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 Apply uncrustify changes to .c/.h files in the MdeModulePkg package Cc: Andrew Fish Cc: Leif Lindholm Cc: Michael D Kinney Signed-off-by: Michael Kubacki Reviewed-by: Liming Gao --- .../Include/Library/CustomizedDisplayLib.h | 49 +++++++++++----------- 1 file changed, 25 insertions(+), 24 deletions(-) (limited to 'MdeModulePkg/Include/Library/CustomizedDisplayLib.h') diff --git a/MdeModulePkg/Include/Library/CustomizedDisplayLib.h b/MdeModulePkg/Include/Library/CustomizedDisplayLib.h index 8898350d6b..0607dd1a61 100644 --- a/MdeModulePkg/Include/Library/CustomizedDisplayLib.h +++ b/MdeModulePkg/Include/Library/CustomizedDisplayLib.h @@ -45,8 +45,8 @@ Statement EFI_STATUS EFIAPI DisplayPageFrame ( - IN FORM_DISPLAY_ENGINE_FORM *FormData, - OUT EFI_SCREEN_DESCRIPTOR *ScreenForStatement + IN FORM_DISPLAY_ENGINE_FORM *FormData, + OUT EFI_SCREEN_DESCRIPTOR *ScreenForStatement ); /** @@ -70,9 +70,9 @@ ClearDisplayPage ( VOID EFIAPI RefreshKeyHelp ( - IN FORM_DISPLAY_ENGINE_FORM *FormData, - IN FORM_DISPLAY_ENGINE_STATEMENT *Statement, - IN BOOLEAN Selected + IN FORM_DISPLAY_ENGINE_FORM *FormData, + IN FORM_DISPLAY_ENGINE_STATEMENT *Statement, + IN BOOLEAN Selected ); /** @@ -87,8 +87,8 @@ RefreshKeyHelp ( VOID EFIAPI UpdateStatusBar ( - IN UINTN MessageType, - IN BOOLEAN State + IN UINTN MessageType, + IN BOOLEAN State ); /** @@ -147,12 +147,13 @@ FormExitPolicy ( UINT64 EFIAPI FormExitTimeout ( - IN FORM_DISPLAY_ENGINE_FORM *FormData + IN FORM_DISPLAY_ENGINE_FORM *FormData ); // // Print Functions // + /** Prints a unicode string to the default console, at the supplied cursor position, using L"%s" format. @@ -167,12 +168,11 @@ FormExitTimeout ( UINTN EFIAPI PrintStringAt ( - IN UINTN Column, - IN UINTN Row, - IN CHAR16 *String + IN UINTN Column, + IN UINTN Row, + IN CHAR16 *String ); - /** Prints a unicode string with the specified width to the default console, at the supplied cursor position, using L"%s" format. @@ -189,10 +189,10 @@ PrintStringAt ( UINTN EFIAPI PrintStringAtWithWidth ( - IN UINTN Column, - IN UINTN Row, - IN CHAR16 *String, - IN UINTN Width + IN UINTN Column, + IN UINTN Row, + IN CHAR16 *String, + IN UINTN Width ); /** @@ -209,9 +209,9 @@ PrintStringAtWithWidth ( UINTN EFIAPI PrintCharAt ( - IN UINTN Column, - IN UINTN Row, - CHAR16 Character + IN UINTN Column, + IN UINTN Row, + CHAR16 Character ); /** @@ -227,16 +227,17 @@ PrintCharAt ( VOID EFIAPI ClearLines ( - IN UINTN LeftColumn, - IN UINTN RightColumn, - IN UINTN TopRow, - IN UINTN BottomRow, - IN UINTN TextAttribute + IN UINTN LeftColumn, + IN UINTN RightColumn, + IN UINTN TopRow, + IN UINTN BottomRow, + IN UINTN TextAttribute ); // // Color Setting Functions // + /** Get OEM/Vendor specific popup attribute colors. -- cgit v1.2.3