]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Library/Tpm2CommandLib/Tpm2Session.c
SecurityPkg: Clean up source files
[mirror_edk2.git] / SecurityPkg / Library / Tpm2CommandLib / Tpm2Session.c
index 35ad86a17af9d5bba9a1b5e4f2a136599838f107..65b15cb23c300c91b97cb2924cb3cae86d446e26 100644 (file)
@@ -53,7 +53,7 @@ typedef struct {
   @param[in]  AuthHash           Hash algorithm to use for the session.\r
   @param[out] SessionHandle      Handle for the newly created session.\r
   @param[out] NonceTPM           The initial nonce from the TPM, used in the computation of the sessionKey.\r
-  \r
+\r
   @retval EFI_SUCCESS            Operation completed successfully.\r
   @retval EFI_DEVICE_ERROR       The command was unsuccessful.\r
 **/\r
@@ -136,7 +136,7 @@ Tpm2StartAuthSession (
 \r
   WriteUnaligned16 ((UINT16 *)Buffer, SwapBytes16 (AuthHash));\r
   Buffer += sizeof(UINT16);\r
\r
+\r
   SendBufferSize = (UINT32) ((UINTN)Buffer - (UINTN)&SendBuffer);\r
   SendBuffer.Header.paramSize = SwapBytes32 (SendBufferSize);\r
 \r