]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFsp2Pkg/FspSecCore/SecFspApiChk.c
IntelFsp2Pkg: Clean up source files
[mirror_edk2.git] / IntelFsp2Pkg / FspSecCore / SecFspApiChk.c
index bace5eca4315814a34203bdac4bcdf65c1001e7e..236288f77c9d2d5db9b7960c87c722c263c79497 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 \r
-  Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2016 - 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
@@ -33,7 +33,7 @@ FspApiCallingCheck (
 \r
   Status = EFI_SUCCESS;\r
   FspData = GetFspGlobalDataPointer ();\r
-  \r
+\r
   if (ApiIdx == NotifyPhaseApiIndex) {\r
     //\r
     // NotifyPhase check\r
@@ -92,6 +92,6 @@ FspApiCallingCheck (
       SetFspApiCallingIndex (ApiIdx);\r
     }\r
   }\r
-  \r
+\r
   return Status;\r
 }\r