VirtualBox

Ignore:
Timestamp:
Oct 30, 2015 12:25:46 AM (9 years ago)
Author:
vboxsync
Message:

IntelFrameworkModulePkg/Library/GenericBdsLib/BdsBoot.c: Spaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsBoot.c

    r58466 r58512  
    20932093        //  machinename is ia32, ia64, x64, ...
    20942094        //
     2095#ifdef VBOX /* We look for serveral files because of apple. */
    20952096        VBoxLogFlowFuncMark();
    2096 #ifdef VBOX /* We look for serveral files because of apple. */
    20972097        {
    20982098          INT32 IdxFile;
     
    24052405                    &ImageHandle
    24062406                    );
    2407 
    24082407    VBoxLogFlowFuncMarkRC(Status);
    24092408    //
     
    32103209
    32113210  FreePool (BootOrder);
    3212 
    32133211  VBoxLogFlowFuncLeaveRC(Status);
    32143212  return Status;
     
    36203618  Status = BdsLibBuildOptionFromVar (BdsBootOptionList, L"BootOrder");
    36213619  mEnumBootDevice = TRUE;
    3622 
    36233620  VBoxLogFlowFuncLeaveRC(Status);
    36243621  return Status;
     
    39033900    // Check whether the device path of boot option is part of the  SimpleFileSystem handle's device path
    39043901    //
    3905     if (Size <= TempSize && CompareMem (TempDevicePath, UpdatedDevicePath, Size)==0) {
     3902    if (Size <= TempSize && CompareMem (TempDevicePath, UpdatedDevicePath, Size)== 0) {
    39063903#ifdef VBOX
    39073904      //
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette