]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Pcct/PcctParser.h
ShellPkg: Apply uncrustify changes
[mirror_edk2.git] / ShellPkg / Library / UefiShellAcpiViewCommandLib / Parsers / Pcct / PcctParser.h
index 278dc83c5de8860cbb2b1e2b2e277aa7c6c58698..5b92ffee3f77e39291060153297ec0638f12a4ae 100644 (file)
 /**\r
   Minimum value for the 'length' field in subspaces of types 0, 1 and 2.\r
 */\r
-#define MIN_MEMORY_RANGE_LENGTH                 8\r
+#define MIN_MEMORY_RANGE_LENGTH  8\r
 \r
 /**\r
   Minimum value for the 'length' field in subspaces of types 3 and 4.\r
 */\r
-#define MIN_EXT_PCC_SUBSPACE_MEM_RANGE_LEN      16\r
+#define MIN_EXT_PCC_SUBSPACE_MEM_RANGE_LEN  16\r
 \r
 /**\r
   Maximum number of PCC subspaces.\r
 */\r
-#define MAX_PCC_SUBSPACES                       256\r
+#define MAX_PCC_SUBSPACES  256\r
 \r
 /**\r
   Parser for the header of any type of PCC subspace.\r