]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg BdsDxe: Change file format which the existed folder has mixed file format.
authorEric Dong <eric.dong@intel.com>
Wed, 16 Dec 2015 03:23:37 +0000 (03:23 +0000)
committerydong10 <ydong10@Edk2>
Wed, 16 Dec 2015 03:23:37 +0000 (03:23 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19299 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Universal/BdsDxe/BdsEntry.c

index f06684c96ae4d1ba00edc2d5e75ce6ad26e06395..3734ff954da292d000ad1020a72baf39d2b80485 100644 (file)
@@ -307,7 +307,10 @@ BootBootOptions (
     EfiBootManagerBoot (&BootOptions[Index]);\r
 \r
     //\r
     EfiBootManagerBoot (&BootOptions[Index]);\r
 \r
     //\r
-    // If the boot via Boot#### returns with a status of EFI_SUCCESS, platform firmware\r    // supports boot manager menu, and if firmware is configured to boot in an\r    // interactive mode, the boot manager will stop processing the BootOrder variable and\r    // present a boot manager menu to the user.\r
+    // If the boot via Boot#### returns with a status of EFI_SUCCESS, platform firmware\r
+    // supports boot manager menu, and if firmware is configured to boot in an\r
+    // interactive mode, the boot manager will stop processing the BootOrder variable and\r
+    // present a boot manager menu to the user.\r
     //\r
     if (BootOptions[Index].Status == EFI_SUCCESS) {\r
       EfiBootManagerBoot (BootManagerMenu);\r
     //\r
     if (BootOptions[Index].Status == EFI_SUCCESS) {\r
       EfiBootManagerBoot (BootManagerMenu);\r