]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/IpSecDxe/IpSecImpl.c
NetworkPkg: Clean up source files
[mirror_edk2.git] / NetworkPkg / IpSecDxe / IpSecImpl.c
index 625f154ff4104aa7a9a352a06792bcbd25ae780f..da981842083b9fca8409ecbe988ffe6e6cc53d4f 100644 (file)
@@ -2,7 +2,7 @@
   The implementation of IPsec.\r
 \r
   (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR>\r
-  Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
@@ -1220,7 +1220,7 @@ IpSecTunnelOutboundPacket (
     if (InnerHead == NULL) {\r
       return NULL;\r
     }\r
-    \r
+\r
     CopyMem (\r
       InnerHead,\r
       IpHead,\r
@@ -1236,7 +1236,7 @@ IpSecTunnelOutboundPacket (
     if (InnerHead == NULL) {\r
       return NULL;\r
     }\r
-    \r
+\r
     CopyMem (\r
       InnerHead,\r
       IpHead,\r
@@ -1271,7 +1271,7 @@ IpSecTunnelOutboundPacket (
     FreePool (InnerHead);\r
     return NULL;\r
   }\r
-  \r
+\r
   //\r
   // 3. Check the Last Header, if it is TCP, UDP or ICMP recalcualate its pesudo\r
   //    CheckSum.\r