mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-28 08:04:07 +02:00
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:
parent
c4f4984c69
commit
dbeaf58555
@ -958,7 +958,7 @@ GetExpectedDescriptor (
|
|||||||
UINTN Offset;
|
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)) {
|
if (Length <= sizeof (USB_DESC_HEAD)) {
|
||||||
DEBUG ((DEBUG_ERROR, "GetExpectedDescriptor: met mal-format descriptor, total length = %d!\n", Length));
|
DEBUG ((DEBUG_ERROR, "GetExpectedDescriptor: met mal-format descriptor, total length = %d!\n", Length));
|
||||||
|
@ -129,7 +129,7 @@ struct _MTFTP4_PROTOCOL {
|
|||||||
// Record the total received and saved block number.
|
// Record the total received and saved block number.
|
||||||
//
|
//
|
||||||
UINT64 TotalBlock;
|
UINT64 TotalBlock;
|
||||||
|
|
||||||
//
|
//
|
||||||
// Record the acked block number.
|
// Record the acked block number.
|
||||||
//
|
//
|
||||||
|
@ -112,7 +112,7 @@
|
|||||||
|
|
||||||
# Oniguruma: tag_end in parse_callout_of_name
|
# Oniguruma: tag_end in parse_callout_of_name
|
||||||
GCC:*_*_*_CC_FLAGS = -Wno-error=maybe-uninitialized
|
GCC:*_*_*_CC_FLAGS = -Wno-error=maybe-uninitialized
|
||||||
|
|
||||||
# Not add -Wno-error=maybe-uninitialized option for XCODE
|
# Not add -Wno-error=maybe-uninitialized option for XCODE
|
||||||
# XCODE doesn't know this option
|
# XCODE doesn't know this option
|
||||||
XCODE:*_*_*_CC_FLAGS =
|
XCODE:*_*_*_CC_FLAGS =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user