]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/Tcp4Dxe/SockImpl.h
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Tcp4Dxe / SockImpl.h
index bfd750a8ceee090921d9d562e02c2767ac56379d..bea7479eb222b8b6a3c6038d9fadd53868a34a40 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Socket implementation header file.\r
 \r
-Copyright (c) 2005 - 2017, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -20,10 +20,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 /**\r
   Signal a event with the given status.\r
-  \r
+\r
   @param Token        The token's event is to be signaled.\r
   @param TokenStatus  The status to be sent with the event.\r
-  \r
+\r
 **/\r
 #define SIGNAL_TOKEN(Token, TokenStatus) \\r
   do { \\r
@@ -36,7 +36,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   Supporting function for both SockImpl and SockInterface.\r
 \r
   @param Event  The Event this notify function registered to, ignored.\r
-  \r
+\r
 **/\r
 VOID\r
 EFIAPI\r