NetworkPkg: Clean up source files

1. Do not use tab characters
2. No trailing white space in one line
3. All files must end with CRLF

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
Liming Gao
2018-06-27 21:12:32 +08:00
parent 9095d37b8f
commit f75a7f568e
180 changed files with 3642 additions and 3642 deletions

View File

@@ -372,7 +372,7 @@ ON_ERROR:
IpIoDestroy (Udp6Service->IpIo);
Udp6Service->IpIo = NULL;
return Status;
}
@@ -398,7 +398,7 @@ Udp6CleanService (
//
IpIoDestroy (Udp6Service->IpIo);
Udp6Service->IpIo = NULL;
ZeroMem (Udp6Service, sizeof (UDP6_SERVICE_DATA));
}
@@ -1621,7 +1621,7 @@ Udp6Demultiplex (
NetbufFree (Packet);
return;
}
//
// Get the datagram header from the packet buffer.
//
@@ -1873,7 +1873,7 @@ Udp6IcmpHandler (
NetbufFree (Packet);
return;
}
Udp6Header = (EFI_UDP_HEADER *) NetbufGetByte (Packet, 0, NULL);
ASSERT (Udp6Header != NULL);
if (Udp6Header == NULL) {
@@ -1975,7 +1975,7 @@ Udp6NetVectorExtFree (
IN VOID *Context
)
{
}
}
/**
Find the key in the netmap.