]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/IpSecDxe/IpSecDebug.c
NetworkPkg: Clean up source files
[mirror_edk2.git] / NetworkPkg / IpSecDxe / IpSecDebug.c
index 636e775969d6b3352ef3325f7e3998f35718708b..30d190a3c81d5bda577da8ffb377ead8804991f0 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   The Interfaces of IPsec debug information printing.\r
 \r
-  Copyright (c) 2009 - 2010, 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
@@ -167,21 +167,21 @@ IkeDumpState (
   )\r
 {\r
   if (Previous >= IKE_STATE_NUM || Current >= IKE_STATE_NUM) {\r
-    return; \r
+    return;\r
   }\r
-  \r
+\r
   if (Previous == Current) {\r
     if (IkeVersion == 1) {\r
       DEBUG ((DEBUG_INFO, "\n****Current state is %a\n", mIkev1StateStr[Previous]));\r
     } else if (IkeVersion == 2) {\r
       DEBUG ((DEBUG_INFO, "\n****Current state is %a\n", mIkev2StateStr[Previous]));\r
-    }    \r
+    }\r
   } else {\r
     if (IkeVersion == 1) {\r
       DEBUG ((DEBUG_INFO, "\n****Change state from %a to %a\n", mIkev1StateStr[Previous], mIkev1StateStr[Current]));\r
     } else {\r
       DEBUG ((DEBUG_INFO, "\n****Change state from %a to %a\n", mIkev2StateStr[Previous], mIkev2StateStr[Current]));\r
-    }    \r
+    }\r
   }\r
 }\r
 \r
@@ -223,7 +223,7 @@ IpSecDumpPacket (
   case IKE_XCG_TYPE_QM:\r
     TypeStr = mExchangeStr[2];\r
     break;\r
-    \r
+\r
   case IKE_XCG_TYPE_SA_INIT:\r
     TypeStr = mExchangeStr[3];\r
     break;\r
@@ -239,7 +239,7 @@ IpSecDumpPacket (
   case IKE_XCG_TYPE_INFO2:\r
     TypeStr = mExchangeStr[6];\r
     break;\r
-    \r
+\r
   default:\r
     TypeStr = mExchangeStr[7];\r
     break;\r
@@ -275,7 +275,7 @@ IpSecDumpPacket (
 \r
   @param[in]  IkePayload  Point to payload to be printed.\r
   @param[in]  IkeVersion  The specified version of IKE.\r
\r
+\r
 **/\r
 VOID\r
 IpSecDumpPayload (\r