VirtualBox

Ignore:
Timestamp:
Oct 29, 2015 4:30:44 AM (9 years ago)
Author:
vboxsync
Message:

EFI/Firmware: Merged in the svn:eol-style, svn:mime-type and trailing whitespace cleanup that was done after the initial UDK2014.SP1 import: svn merge /vendor/edk2/UDK2014.SP1 /vendor/edk2/current .

Location:
trunk/src/VBox/Devices/EFI/Firmware
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware

  • trunk/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/ShellEnvVar.c

    r58459 r58466  
    139139    return (EFI_INVALID_PARAMETER);
    140140  }
    141  
     141
    142142  Status = EFI_SUCCESS;
    143  
     143
    144144  ValBufferSize = INIT_DATA_BUFFER_SIZE;
    145145  NameBufferSize = INIT_NAME_BUFFER_SIZE;
     
    167167      Status = gRT->GetNextVariableName(&NameSize, VariableName, &Guid);
    168168    }
    169    
     169
    170170    if (!EFI_ERROR(Status) && CompareGuid(&Guid, &gShellVariableGuid)){
    171171      VarList = AllocateZeroPool(sizeof(ENV_VAR_LIST));
     
    190190            break;
    191191          }
    192          
     192
    193193          ValSize = ValBufferSize;
    194194          Status = SHELL_GET_ENVIRONMENT_VARIABLE_AND_ATTRIBUTES(VariableName, &VarList->Atts, &ValSize, VarList->Val);
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