]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/HttpDxe/HttpsSupport.c
NetworkPkg: Clean up source files
[mirror_edk2.git] / NetworkPkg / HttpDxe / HttpsSupport.c
index d658512f6d9fd5e881642b291a751148cc0cbdde..ed883a1f71cee6be747319b9d1d17f515ca1eebd 100644 (file)
@@ -603,9 +603,9 @@ TlsConfigCipherList (
                                 CipherListSize\r
                                 );\r
 \r
-ON_EXIT:  \r
+ON_EXIT:\r
   FreePool (CipherList);\r
-  \r
+\r
   return Status;\r
 }\r
 \r
@@ -1453,18 +1453,18 @@ TlsCloseSession (
   Process one message according to the CryptMode.\r
 \r
   @param[in]           HttpInstance    Pointer to HTTP_PROTOCOL structure.\r
-  @param[in]           Message         Pointer to the message buffer needed to processed. \r
+  @param[in]           Message         Pointer to the message buffer needed to processed.\r
                                        If ProcessMode is EfiTlsEncrypt, the message contain the TLS\r
                                        header and plain text TLS APP payload.\r
-                                       If ProcessMode is EfiTlsDecrypt, the message contain the TLS \r
+                                       If ProcessMode is EfiTlsDecrypt, the message contain the TLS\r
                                        header and cipher text TLS APP payload.\r
   @param[in]           MessageSize     Pointer to the message buffer size.\r
   @param[in]           ProcessMode     Process mode.\r
   @param[in, out]      Fragment        Only one Fragment returned after the Message is\r
                                        processed successfully.\r
-                                       If ProcessMode is EfiTlsEncrypt, the fragment contain the TLS \r
+                                       If ProcessMode is EfiTlsEncrypt, the fragment contain the TLS\r
                                        header and cipher text TLS APP payload.\r
-                                       If ProcessMode is EfiTlsDecrypt, the fragment contain the TLS \r
+                                       If ProcessMode is EfiTlsDecrypt, the fragment contain the TLS\r
                                        header and plain text TLS APP payload.\r
 \r
   @retval EFI_SUCCESS          Message is processed successfully.\r