]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Library/NorFlashPlatformNullLib/NorFlashPlatformNullLib.c
ArmPlatformPkg: Apply uncrustify changes
[mirror_edk2.git] / ArmPlatformPkg / Library / NorFlashPlatformNullLib / NorFlashPlatformNullLib.c
index 1237f93827e33a7d30001e3092ec56bf49b42293..6e11b23fdb3d4eda182fa00f151f7c1ca074997c 100644 (file)
@@ -18,11 +18,11 @@ NorFlashPlatformInitialization (
 \r
 EFI_STATUS\r
 NorFlashPlatformGetDevices (\r
-  OUT NOR_FLASH_DESCRIPTION   **NorFlashDescriptions,\r
-  OUT UINT32                  *Count\r
+  OUT NOR_FLASH_DESCRIPTION  **NorFlashDescriptions,\r
+  OUT UINT32                 *Count\r
   )\r
 {\r
   *NorFlashDescriptions = NULL;\r
-  *Count = 0;\r
+  *Count                = 0;\r
   return EFI_SUCCESS;\r
 }\r