]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Library/Tpm2CommandLib/Tpm2Context.c
SecurityPkg: Clean up source files
[mirror_edk2.git] / SecurityPkg / Library / Tpm2CommandLib / Tpm2Context.c
index 02a250127a260e918bdbdbedb0b8e8f3dd0ff70c..b9c86d76a097ff7ffc9b51929bdcbd42dde2c6d2 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Implement TPM2 Context related command.\r
 \r
-Copyright (c) 2014, Intel Corporation. All rights reserved. <BR>\r
+Copyright (c) 2014 - 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
@@ -36,7 +36,7 @@ typedef struct {
   This command causes all context associated with a loaded object or session to be removed from TPM memory.\r
 \r
   @param[in]  FlushHandle        The handle of the item to flush.\r
-  \r
+\r
   @retval EFI_SUCCESS            Operation completed successfully.\r
   @retval EFI_DEVICE_ERROR       The command was unsuccessful.\r
 **/\r
@@ -59,7 +59,7 @@ Tpm2FlushContext (
   SendBuffer.Header.commandCode = SwapBytes32(TPM_CC_FlushContext);\r
 \r
   SendBuffer.FlushHandle = SwapBytes32 (FlushHandle);\r
\r
+\r
   SendBufferSize = (UINT32) sizeof (SendBuffer);\r
   SendBuffer.Header.paramSize = SwapBytes32 (SendBufferSize);\r
 \r