]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Library/CustomizedDisplayLib.h
MdeModulePkg: Apply uncrustify changes
[mirror_edk2.git] / MdeModulePkg / Include / Library / CustomizedDisplayLib.h
index 8898350d6bdf889134924d183ed8257f0338adf8..0607dd1a616a257e58fb3847048725d0a4f35e21 100644 (file)
@@ -45,8 +45,8 @@ Statement
 EFI_STATUS\r
 EFIAPI\r
 DisplayPageFrame (\r
-  IN FORM_DISPLAY_ENGINE_FORM       *FormData,\r
-  OUT EFI_SCREEN_DESCRIPTOR         *ScreenForStatement\r
+  IN FORM_DISPLAY_ENGINE_FORM  *FormData,\r
+  OUT EFI_SCREEN_DESCRIPTOR    *ScreenForStatement\r
   );\r
 \r
 /**\r
@@ -70,9 +70,9 @@ ClearDisplayPage (
 VOID\r
 EFIAPI\r
 RefreshKeyHelp (\r
-  IN FORM_DISPLAY_ENGINE_FORM      *FormData,\r
-  IN FORM_DISPLAY_ENGINE_STATEMENT *Statement,\r
-  IN  BOOLEAN                      Selected\r
+  IN FORM_DISPLAY_ENGINE_FORM       *FormData,\r
+  IN FORM_DISPLAY_ENGINE_STATEMENT  *Statement,\r
+  IN  BOOLEAN                       Selected\r
   );\r
 \r
 /**\r
@@ -87,8 +87,8 @@ RefreshKeyHelp (
 VOID\r
 EFIAPI\r
 UpdateStatusBar (\r
-  IN  UINTN                  MessageType,\r
-  IN  BOOLEAN                State\r
+  IN  UINTN    MessageType,\r
+  IN  BOOLEAN  State\r
   );\r
 \r
 /**\r
@@ -147,12 +147,13 @@ FormExitPolicy (
 UINT64\r
 EFIAPI\r
 FormExitTimeout (\r
-  IN FORM_DISPLAY_ENGINE_FORM      *FormData\r
+  IN FORM_DISPLAY_ENGINE_FORM  *FormData\r
   );\r
 \r
 //\r
 // Print Functions\r
 //\r
+\r
 /**\r
   Prints a unicode string to the default console, at\r
   the supplied cursor position, using L"%s" format.\r
@@ -167,12 +168,11 @@ FormExitTimeout (
 UINTN\r
 EFIAPI\r
 PrintStringAt (\r
-  IN UINTN     Column,\r
-  IN UINTN     Row,\r
-  IN CHAR16    *String\r
+  IN UINTN   Column,\r
+  IN UINTN   Row,\r
+  IN CHAR16  *String\r
   );\r
 \r
-\r
 /**\r
   Prints a unicode string with the specified width to the default console, at\r
   the supplied cursor position, using L"%s" format.\r
@@ -189,10 +189,10 @@ PrintStringAt (
 UINTN\r
 EFIAPI\r
 PrintStringAtWithWidth (\r
-  IN UINTN     Column,\r
-  IN UINTN     Row,\r
-  IN CHAR16    *String,\r
-  IN UINTN     Width\r
+  IN UINTN   Column,\r
+  IN UINTN   Row,\r
+  IN CHAR16  *String,\r
+  IN UINTN   Width\r
   );\r
 \r
 /**\r
@@ -209,9 +209,9 @@ PrintStringAtWithWidth (
 UINTN\r
 EFIAPI\r
 PrintCharAt (\r
-  IN UINTN     Column,\r
-  IN UINTN     Row,\r
-  CHAR16       Character\r
+  IN UINTN  Column,\r
+  IN UINTN  Row,\r
+  CHAR16    Character\r
   );\r
 \r
 /**\r
@@ -227,16 +227,17 @@ PrintCharAt (
 VOID\r
 EFIAPI\r
 ClearLines (\r
-  IN UINTN               LeftColumn,\r
-  IN UINTN               RightColumn,\r
-  IN UINTN               TopRow,\r
-  IN UINTN               BottomRow,\r
-  IN UINTN               TextAttribute\r
+  IN UINTN  LeftColumn,\r
+  IN UINTN  RightColumn,\r
+  IN UINTN  TopRow,\r
+  IN UINTN  BottomRow,\r
+  IN UINTN  TextAttribute\r
   );\r
 \r
 //\r
 // Color Setting Functions\r
 //\r
+\r
 /**\r
   Get OEM/Vendor specific popup attribute colors.\r
 \r