]> git.proxmox.com Git - mirror_edk2.git/blobdiff - PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.c
PcAtChipsetPkg: Clean up source files
[mirror_edk2.git] / PcAtChipsetPkg / Library / AcpiTimerLib / DxeAcpiTimerLib.c
index 67e18a13607fbf82f55741d612e0eb844bab276d..9ed10ef2e2973ffd239b5cfc622f2866a23184ab 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   ACPI Timer implements one instance of Timer Library.\r
 \r
-  Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2013 - 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
@@ -70,13 +70,13 @@ UINT64  mPerformanceCounterFrequency = 0;
 UINT64\r
 InternalGetPerformanceCounterFrequency (\r
   VOID\r
-  ) \r
+  )\r
 {\r
   return  mPerformanceCounterFrequency;\r
 }\r
 \r
 /**\r
-  The constructor function enables ACPI IO space, and caches PerformanceCounterFrequency. \r
+  The constructor function enables ACPI IO space, and caches PerformanceCounterFrequency.\r
 \r
   @param  ImageHandle   The firmware allocated handle for the EFI image.\r
   @param  SystemTable   A pointer to the EFI System Table.\r