]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFsp2Pkg/Library/BaseFspPlatformLib/FspPlatformMemory.c
IntelFsp2Pkg: Clean up source files
[mirror_edk2.git] / IntelFsp2Pkg / Library / BaseFspPlatformLib / FspPlatformMemory.c
index edb8d67223824fbcee1b43bf4225ade643a7772e..77d64523316fd82055d498a669751eb6c0344f28 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\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
@@ -48,12 +48,12 @@ FspGetResourceDescriptorByOwner (
     if (Hob.Header->HobType == EFI_HOB_TYPE_RESOURCE_DESCRIPTOR) {\r
       if ((Hob.ResourceDescriptor->ResourceType == EFI_RESOURCE_MEMORY_RESERVED) && \\r
           (CompareGuid (&Hob.ResourceDescriptor->Owner, OwnerGuid))) {\r
-        return  Hob.ResourceDescriptor;                     \r
+        return  Hob.ResourceDescriptor;\r
       }\r
     }\r
     Hob.Raw = GET_NEXT_HOB (Hob);\r
   }\r
-  \r
+\r
   return NULL;\r
 }\r
 \r