]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.c
SecurityPkg: Clean up source files
[mirror_edk2.git] / SecurityPkg / Hash2DxeCrypto / Hash2DxeCrypto.c
index 93e32739164d1165d3112b21a3b774211b93f51c..476cc3f9649374cdebf115e05572ccc2fc2fed74 100644 (file)
@@ -2,7 +2,7 @@
   This module implements Hash2 Protocol.\r
 \r
 (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR>\r
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials are licensed and made available under\r
 the terms and conditions of the BSD License that accompanies this distribution.\r
 The full text of the license may be found at\r
@@ -374,7 +374,7 @@ BaseCrypto2Hash (
   if (HashInfo == NULL) {\r
     return EFI_UNSUPPORTED;\r
   }\r
-  \r
+\r
   Instance = HASH2_INSTANCE_DATA_FROM_THIS(This);\r
   if (Instance->HashContext != NULL) {\r
     FreePool (Instance->HashContext);\r