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:
@@ -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));
|
||||
|
Reference in New Issue
Block a user