]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFsp2WrapperPkg/Library/PeiFspWrapperHobProcessLibSample/FspWrapperHobProcessLibSample.c
IntelFsp2WrapperPkg: Clean up source files
[mirror_edk2.git] / IntelFsp2WrapperPkg / Library / PeiFspWrapperHobProcessLibSample / FspWrapperHobProcessLibSample.c
index 8765bba5fd9421fd5cfc4f3a96f27ad3f8b2c0b2..2ac7aa11e16403c7c51983bbfa6b412e8a086a15 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Sample to provide FSP wrapper hob process related function.\r
 \r
-  Copyright (c) 2014 - 2016, 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
@@ -359,7 +359,7 @@ ProcessFspHobList (
       //\r
       // Skip FSP binary creates PcdDataBaseHobGuid\r
       //\r
-      if (!CompareGuid(&FspHob.Guid->Name, &gPcdDataBaseHobGuid)) { \r
+      if (!CompareGuid(&FspHob.Guid->Name, &gPcdDataBaseHobGuid)) {\r
         BuildGuidDataHob (\r
           &FspHob.Guid->Name,\r
           GET_GUID_HOB_DATA(FspHob),\r
@@ -387,4 +387,4 @@ PostFspsHobProcess (
   ProcessFspHobList (FspHobList);\r
 \r
   return EFI_SUCCESS;\r
-}
\ No newline at end of file
+}\r