Skip to content

Commit

Permalink
Fix uncrustify build error
Browse files Browse the repository at this point in the history
  • Loading branch information
TsunFeng committed Sep 13, 2024
1 parent 6258fbe commit aea842e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,11 @@ MOCK_FUNCTION_DEFINITION (MockFirmwareVolume2Protocol, GetInfo, 4, EFIAPI);
MOCK_FUNCTION_DEFINITION (MockFirmwareVolume2Protocol, SetInfo, 4, EFIAPI);

EFI_FIRMWARE_VOLUME2_PROTOCOL FIRMWARE_VOLUME2_PROTOCOL_MOCK = {
GetVolumeAttributes, // EFI_FV_GET_ATTRIBUTES GetVolumeAttributes;
SetVolumeAttributes, // EFI_FV_SET_ATTRIBUTES SetVolumeAttributes;
GetVolumeAttributes, // EFI_FV_GET_ATTRIBUTES GetVolumeAttributes;
SetVolumeAttributes, // EFI_FV_SET_ATTRIBUTES SetVolumeAttributes;
FvReadFile, // EFI_FV_READ_FILE ReadFile;

ReadSection, // EFI_FV_READ_SECTION ReadSection;
ReadSection, // EFI_FV_READ_SECTION ReadSection;
FvWriteFile, // EFI_FV_WRITE_FILE WriteFile;

GetNextFile, // EFI_FV_GET_NEXT_FILE GetNextFile;
Expand Down

0 comments on commit aea842e

Please sign in to comment.