]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StandaloneMmPkg/Library/StandaloneMmMemLib/ArmStandaloneMmMemLibInternal.c
StandaloneMmPkg: Apply uncrustify changes
[mirror_edk2.git] / StandaloneMmPkg / Library / StandaloneMmMemLib / ArmStandaloneMmMemLibInternal.c
index fa7df464138e26ed27bdf0f2ad8b2d02339a5316..297cfae916a02826caf1dd965a1866e540954b2d 100644 (file)
 extern EFI_PHYSICAL_ADDRESS  mMmMemLibInternalMaximumSupportAddress;\r
 \r
 #ifdef MDE_CPU_AARCH64\r
-#define ARM_PHYSICAL_ADDRESS_BITS 36\r
+#define ARM_PHYSICAL_ADDRESS_BITS  36\r
 #endif\r
 #ifdef MDE_CPU_ARM\r
-#define ARM_PHYSICAL_ADDRESS_BITS 32\r
+#define ARM_PHYSICAL_ADDRESS_BITS  32\r
 #endif\r
 \r
 /**\r
@@ -36,7 +36,7 @@ MmMemLibInternalCalculateMaximumSupportAddress (
   VOID\r
   )\r
 {\r
-  UINT8        PhysicalAddressBits;\r
+  UINT8  PhysicalAddressBits;\r
 \r
   PhysicalAddressBits = ARM_PHYSICAL_ADDRESS_BITS;\r
 \r
@@ -74,4 +74,3 @@ MmMemLibInternalFreeMmramRanges (
 {\r
   // Not implemented for AARCH64.\r
 }\r
-\r