summaryrefslogtreecommitdiffstats
path: root/EmulatorPkg/Library/DevicePathTextLib
diff options
context:
space:
mode:
Diffstat (limited to 'EmulatorPkg/Library/DevicePathTextLib')
-rw-r--r--EmulatorPkg/Library/DevicePathTextLib/DevicePathTextLib.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/EmulatorPkg/Library/DevicePathTextLib/DevicePathTextLib.c b/EmulatorPkg/Library/DevicePathTextLib/DevicePathTextLib.c
index ba625aea78..7478a5ef2a 100644
--- a/EmulatorPkg/Library/DevicePathTextLib/DevicePathTextLib.c
+++ b/EmulatorPkg/Library/DevicePathTextLib/DevicePathTextLib.c
@@ -74,7 +74,7 @@ DevPathToTextVendorLib (
CatPrint (Str, L"EmuThread()");
return EFI_SUCCESS;
}
-
+
return EFI_NOT_FOUND;
}
@@ -160,10 +160,10 @@ DevPathFromTextEmuFs (
/**
Register the Filter function
-
+
@param ImageHandle The firmware allocated handle for the EFI image.
@param SystemTable A pointer to the EFI System Table.
-
+
@retval EFI_SUCCESS The constructor executed correctly.
**/