]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/DataHubStatusCodeWorker.c
IntelFrameworkModulePkg: Clean up source files
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / StatusCode / RuntimeDxe / DataHubStatusCodeWorker.c
index ffee2f9c2acaafebf8c7ea690a940e94233e74c2..0c48d6cd191e0c4bd41984575ec0aac7ca1d32f3 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Data Hub status code worker.\r
 \r
-  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 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
@@ -62,7 +62,7 @@ AcquireRecordBuffer (
     if (CurrentTpl > TPL_NOTIFY) {\r
       //\r
       // Memory management should work at <=TPL_NOTIFY\r
-      // \r
+      //\r
       gBS->RestoreTPL (CurrentTpl);\r
       return NULL;\r
     }\r
@@ -132,7 +132,7 @@ RetrieveRecord (
 \r
 /**\r
   Release given record and return it to free record buffer.\r
-  \r
+\r
   @param RecordData  Pointer to the record to release.\r
 \r
 **/\r
@@ -212,7 +212,7 @@ DataHubStatusCodeReportWorker (
       return Status;\r
     }\r
   }\r
-  \r
+\r
   Record = AcquireRecordBuffer ();\r
   if (Record == NULL) {\r
     //\r
@@ -362,8 +362,8 @@ DataHubStatusCodeInitializeWorker (
   EFI_STATUS  Status;\r
 \r
   Status = gBS->LocateProtocol (\r
-                  &gEfiDataHubProtocolGuid, \r
-                  NULL, \r
+                  &gEfiDataHubProtocolGuid,\r
+                  NULL,\r
                   (VOID **) &mDataHubProtocol\r
                   );\r
   if (EFI_ERROR (Status)) {\r