]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/ArmVExpressPkg/ArmVExpressFastBootDxe/ArmVExpressFastBoot.c
ARM Packages: Replace tabs by spaces for indentation
[mirror_edk2.git] / ArmPlatformPkg / ArmVExpressPkg / ArmVExpressFastBootDxe / ArmVExpressFastBoot.c
index 4962666cf16f1367aef89ffd4f2297670e4f2ba6..4d0811cc5eaf137e3253261b4e1ced52788934bf 100644 (file)
@@ -200,9 +200,9 @@ ArmFastbootPlatformInit (
   // Read the GPT partition entry array into memory so we can get the partition names\r
   Status = ReadPartitionEntries (FlashBlockIo, &PartitionEntries);\r
   if (EFI_ERROR (Status)) {\r
-       DEBUG ((EFI_D_ERROR, "Warning: Failed to read partitions from Android NVM device (status: %r)\n", Status));\r
-       // Failing to locate partitions should not prevent to do other Android FastBoot actions\r
-       return EFI_SUCCESS;\r
+    DEBUG ((EFI_D_ERROR, "Warning: Failed to read partitions from Android NVM device (status: %r)\n", Status));\r
+    // Failing to locate partitions should not prevent to do other Android FastBoot actions\r
+    return EFI_SUCCESS;\r
   }\r
 \r
   // Get every Block IO protocol instance installed in the system\r