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));

View File

@ -129,7 +129,7 @@ struct _MTFTP4_PROTOCOL {
// Record the total received and saved block number.
//
UINT64 TotalBlock;
//
// Record the acked block number.
//

View File

@ -112,7 +112,7 @@
# Oniguruma: tag_end in parse_callout_of_name
GCC:*_*_*_CC_FLAGS = -Wno-error=maybe-uninitialized
# Not add -Wno-error=maybe-uninitialized option for XCODE
# XCODE doesn't know this option
XCODE:*_*_*_CC_FLAGS =