]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/DxeNetLib/DxeNetLib.c
MdeModulePkg: Remove trailing white space
[mirror_edk2.git] / MdeModulePkg / Library / DxeNetLib / DxeNetLib.c
index 63f4724062e9d1c1b09aa22bf169588551ff211f..9e3ea2490928442f1841d3e5d66597d4cd3f68fe 100644 (file)
@@ -656,7 +656,7 @@ NetGetIpClass (
   except when the originator is one of the endpoints of a point-to-point link with a 31-bit\r
   mask (RFC3021), or a 32bit NetMask (all 0xFF) is used for special network environment (e.g.\r
   PPP link).\r
-  \r
+\r
   @param[in]  Ip                    The IP to check against.\r
   @param[in]  NetMask               The mask of the IP.\r
 \r
@@ -671,7 +671,7 @@ NetIp4IsUnicast (
   )\r
 {\r
   INTN   MaskLength;\r
-  \r
+\r
   ASSERT (NetMask != 0);\r
 \r
   if (Ip == 0 || IP4_IS_LOCAL_BROADCAST (Ip)) {\r