From 3402aac7d985bf8a9f9d3c639f3fe93609380513 Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Tue, 19 Aug 2014 13:29:52 +0000 Subject: ARM Packages: Removed trailing spaces Trailing spaces create issue/warning when generating/applying patches. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ronald Cron Reviewed-By: Olivier Martin git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15833 6f19259b-4bc3-4df7-8a09-765794883524 --- ArmPlatformPkg/Library/SP804TimerLib/SP804TimerLib.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ArmPlatformPkg/Library/SP804TimerLib/SP804TimerLib.c') diff --git a/ArmPlatformPkg/Library/SP804TimerLib/SP804TimerLib.c b/ArmPlatformPkg/Library/SP804TimerLib/SP804TimerLib.c index 2d9b7ccb3e..16798e9ba9 100644 --- a/ArmPlatformPkg/Library/SP804TimerLib/SP804TimerLib.c +++ b/ArmPlatformPkg/Library/SP804TimerLib/SP804TimerLib.c @@ -203,7 +203,7 @@ EFIAPI GetPerformanceCounter ( VOID ) -{ +{ // Free running 64-bit/32-bit counter is needed here. // Don't think we need this to boot, just to do performance profile UINT64 Value; @@ -246,11 +246,11 @@ GetPerformanceCounterProperties ( // Timer starts with the reload value *StartValue = 0xFFFFFFFF; } - + if (EndValue != NULL) { // Timer counts down to 0x0 *EndValue = (UINT64)0ULL; } - + return PcdGet64 (PcdEmbeddedPerformanceCounterFrequencyInHz); } -- cgit v1.2.3