]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiView.h
ShellPkg: Apply uncrustify changes
[mirror_edk2.git] / ShellPkg / Library / UefiShellAcpiViewCommandLib / AcpiView.h
index d5b95f5ee707de18be1879b3cd235d6c5db11d9f..5f1bc0ebb0468e105a821de9268e90e1d27116fc 100644 (file)
 /**\r
   A macro to define the max file name length\r
 **/\r
-#define MAX_FILE_NAME_LEN    128\r
+#define MAX_FILE_NAME_LEN  128\r
 \r
 /**\r
   Offset to the RSDP revision from the start of the RSDP\r
 **/\r
-#define RSDP_REVISION_OFFSET 15\r
+#define RSDP_REVISION_OFFSET  15\r
 \r
 /**\r
   Offset to the RSDP length from the start of the RSDP\r
 **/\r
-#define RSDP_LENGTH_OFFSET   20\r
+#define RSDP_LENGTH_OFFSET  20\r
 \r
 /**\r
   This function resets the ACPI table error counter to Zero.\r
@@ -71,7 +71,7 @@ GetWarningCount (
 BOOLEAN\r
 ProcessTableReportOptions (\r
   IN CONST UINT32  Signature,\r
-  IN CONST UINT8*  TablePtr,\r
+  IN CONST UINT8   *TablePtr,\r
   IN CONST UINT32  Length\r
   );\r
 \r
@@ -88,7 +88,7 @@ ProcessTableReportOptions (
 EFI_STATUS\r
 EFIAPI\r
 AcpiView (\r
-  IN EFI_SYSTEM_TABLESystemTable\r
+  IN EFI_SYSTEM_TABLE  *SystemTable\r
   );\r
 \r
 #endif // ACPIVIEW_H_\r