OvmfPkg: Apply uncrustify changes
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 Apply uncrustify changes to .c/.h files in the OvmfPkg package Cc: Andrew Fish <afish@apple.com> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Reviewed-by: Andrew Fish <afish@apple.com>
This commit is contained in:
committed by
mergify[bot]
parent
d1050b9dff
commit
ac0a286f4d
@@ -21,15 +21,15 @@
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
VirtioFsOpenVolume (
|
||||
IN EFI_SIMPLE_FILE_SYSTEM_PROTOCOL *This,
|
||||
OUT EFI_FILE_PROTOCOL **Root
|
||||
IN EFI_SIMPLE_FILE_SYSTEM_PROTOCOL *This,
|
||||
OUT EFI_FILE_PROTOCOL **Root
|
||||
)
|
||||
{
|
||||
VIRTIO_FS *VirtioFs;
|
||||
VIRTIO_FS_FILE *VirtioFsFile;
|
||||
EFI_STATUS Status;
|
||||
CHAR8 *CanonicalPathname;
|
||||
UINT64 RootDirHandle;
|
||||
VIRTIO_FS *VirtioFs;
|
||||
VIRTIO_FS_FILE *VirtioFsFile;
|
||||
EFI_STATUS Status;
|
||||
CHAR8 *CanonicalPathname;
|
||||
UINT64 RootDirHandle;
|
||||
|
||||
VirtioFs = VIRTIO_FS_FROM_SIMPLE_FS (This);
|
||||
|
||||
@@ -47,8 +47,11 @@ VirtioFsOpenVolume (
|
||||
//
|
||||
// Open the root directory.
|
||||
//
|
||||
Status = VirtioFsFuseOpenDir (VirtioFs, VIRTIO_FS_FUSE_ROOT_DIR_NODE_ID,
|
||||
&RootDirHandle);
|
||||
Status = VirtioFsFuseOpenDir (
|
||||
VirtioFs,
|
||||
VIRTIO_FS_FUSE_ROOT_DIR_NODE_ID,
|
||||
&RootDirHandle
|
||||
);
|
||||
if (EFI_ERROR (Status)) {
|
||||
goto FreeCanonicalPathname;
|
||||
}
|
||||
|
Reference in New Issue
Block a user