Skip to content

Commit

Permalink
OcFileLib: Fix uncrustify on previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldfish64 committed Jul 31, 2023
1 parent 324b514 commit 6a4a475
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Include/Acidanthera/Library/OcFileLib.h
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ OcOpenFileByDevicePath (
@retval Device Path or NULL
**/
EFI_DEVICE_PATH_PROTOCOL*
EFI_DEVICE_PATH_PROTOCOL *
OcDiskGetDevicePath (
IN EFI_DEVICE_PATH_PROTOCOL *HdDevicePath
);
Expand Down
4 changes: 2 additions & 2 deletions Library/OcFileLib/DiskMisc.c
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ InternalPartitionGetDiskHandle (
@retval Device Path or NULL
**/
EFI_DEVICE_PATH_PROTOCOL*
EFI_DEVICE_PATH_PROTOCOL *
OcDiskGetDevicePath (
IN EFI_DEVICE_PATH_PROTOCOL *HdDevicePath
)
Expand Down Expand Up @@ -277,7 +277,7 @@ OcPartitionGetDiskHandle (
IN EFI_DEVICE_PATH_PROTOCOL *HdDevicePath
)
{
BOOLEAN Dummy;
BOOLEAN Dummy;

ASSERT (HdDevicePath != NULL);

Expand Down

0 comments on commit 6a4a475

Please sign in to comment.