]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg: Remove the trailing space in three source files.
authorLiming Gao <liming.gao@intel.com>
Thu, 1 Nov 2018 13:36:09 +0000 (21:36 +0800)
committerLiming Gao <liming.gao@intel.com>
Fri, 2 Nov 2018 14:15:52 +0000 (22:15 +0800)
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>
MdeModulePkg/Bus/Usb/UsbBusPei/UsbPeim.c
MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Impl.h
MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf

index c31247abfe5a851ea65801c4994cc7777fbde180..513575d1d4875529bbafa5e44a002992dafb0d5d 100644 (file)
@@ -958,7 +958,7 @@ GetExpectedDescriptor (
   UINTN           Offset;\r
 \r
   //\r
-  // Total length is too small that cannot hold the single descriptor header plus data. \r
+  // Total length is too small that cannot hold the single descriptor header plus data.\r
   //\r
   if (Length <= sizeof (USB_DESC_HEAD)) {\r
     DEBUG ((DEBUG_ERROR, "GetExpectedDescriptor: met mal-format descriptor, total length = %d!\n", Length));\r
index be2f8af6e44527ac138af6be58fcb6eb870477b7..ad3afa68e15ecda1cfb4782e5c5440cab9b478b5 100644 (file)
@@ -129,7 +129,7 @@ struct _MTFTP4_PROTOCOL {
   // Record the total received and saved block number.\r
   //\r
   UINT64                        TotalBlock;\r
-  \r
+\r
   //\r
   // Record the acked block number.\r
   //\r
index 7ccab5729e72b22b7b9359ada7b87668e558ca23..30c955fef606e2ea88ac44498739125f55ddc260 100644 (file)
 \r
   # Oniguruma: tag_end in parse_callout_of_name\r
   GCC:*_*_*_CC_FLAGS = -Wno-error=maybe-uninitialized\r
-  \r
+\r
   # Not add -Wno-error=maybe-uninitialized option for XCODE\r
   # XCODE doesn't know this option\r
   XCODE:*_*_*_CC_FLAGS =\r