summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/Library/AcpiTimerLib
diff options
context:
space:
mode:
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2012-09-12 07:18:21 +0000
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2012-09-12 07:18:21 +0000
commit67164dcd2e0856cb5aa0f9affe18e2dc99638a16 (patch)
tree3913b88fff83d38db4858374657bd48fd8f8198e /OvmfPkg/Library/AcpiTimerLib
parent6dbdb1914d293d9abd378bf4f035d6f38809eaf3 (diff)
downloadedk2-67164dcd2e0856cb5aa0f9affe18e2dc99638a16.tar.gz
edk2-67164dcd2e0856cb5aa0f9affe18e2dc99638a16.tar.bz2
edk2-67164dcd2e0856cb5aa0f9affe18e2dc99638a16.zip
OvmfPkg: assorted whitespace removal
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13718 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'OvmfPkg/Library/AcpiTimerLib')
-rw-r--r--OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.c4
-rw-r--r--OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf5
2 files changed, 4 insertions, 5 deletions
diff --git a/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.c b/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.c
index 248eb9285a..72620ba5fd 100644
--- a/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.c
+++ b/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.c
@@ -8,11 +8,11 @@
licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
-
+
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-**/
+**/
#include <Base.h>
#include <Library/TimerLib.h>
diff --git a/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf b/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
index 3ec39c4bfe..4fcce6e6d5 100644
--- a/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
+++ b/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
@@ -6,10 +6,10 @@
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
# http://opensource.org/licenses/bsd-license.php
-#
+#
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-#
+#
##
[Defines]
@@ -38,4 +38,3 @@
BaseLib
PciLib
IoLib
-