MdeModulePkg: Remove the trailing space in three source files.

The recent changes in these three source files introduce the trailing space.
This patch removes them to follow edk2 coding style.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
Liming Gao
2018-11-01 21:36:09 +08:00
parent c4f4984c69
commit dbeaf58555
3 changed files with 3 additions and 3 deletions

View File

@@ -958,7 +958,7 @@ GetExpectedDescriptor (
UINTN Offset;
//
// Total length is too small that cannot hold the single descriptor header plus data.
// Total length is too small that cannot hold the single descriptor header plus data.
//
if (Length <= sizeof (USB_DESC_HEAD)) {
DEBUG ((DEBUG_ERROR, "GetExpectedDescriptor: met mal-format descriptor, total length = %d!\n", Length));