]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.c
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Library / SmmCorePlatformHookLibNull / SmmCorePlatformHookLibNull.c
index ef38c8fdf5802cc357f69cd28fbde43179fd5fe1..5381a49c0fc84e914a6c8643947b7289f0a3ff4e 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Null instance of SmmCorePlatformHookLibNull.\r
 \r
-  Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2011 - 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
@@ -16,9 +16,9 @@
 \r
 /**\r
   Performs platform specific tasks before invoking registered SMI handlers.\r
-  \r
+\r
   This function performs platform specific tasks before invoking registered SMI handlers.\r
-  \r
+\r
   @retval EFI_SUCCESS       The platform hook completes successfully.\r
   @retval Other values      The paltform hook cannot complete due to some error.\r
 \r
@@ -35,9 +35,9 @@ PlatformHookBeforeSmmDispatch (
 \r
 /**\r
   Performs platform specific tasks after invoking registered SMI handlers.\r
-  \r
+\r
   This function performs platform specific tasks after invoking registered SMI handlers.\r
-  \r
+\r
   @retval EFI_SUCCESS       The platform hook completes successfully.\r
   @retval Other values      The paltform hook cannot complete due to some error.\r
 \r