From d18d8a1d0e370f8ce6ccc2725f4170586d457e53 Mon Sep 17 00:00:00 2001 From: jljusten Date: Tue, 28 Jun 2011 16:50:26 +0000 Subject: EmulatorPkg: Remove all trailing whitespace Signed-off-by: jljusten git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11919 6f19259b-4bc3-4df7-8a09-765794883524 --- .../RealTimeClockRuntimeDxe/RealTimeClock.c | 32 +++++++++++----------- .../RealTimeClockRuntimeDxe/RealTimeClock.inf | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) (limited to 'EmulatorPkg/RealTimeClockRuntimeDxe') diff --git a/EmulatorPkg/RealTimeClockRuntimeDxe/RealTimeClock.c b/EmulatorPkg/RealTimeClockRuntimeDxe/RealTimeClock.c index 05c34bdbb5..b7b6c015fd 100644 --- a/EmulatorPkg/RealTimeClockRuntimeDxe/RealTimeClock.c +++ b/EmulatorPkg/RealTimeClockRuntimeDxe/RealTimeClock.c @@ -3,13 +3,13 @@ Copyright (c) 2004 - 2008, Intel Corporation. All rights reserved.
Portions copyright (c) 2010 - 2011, Apple Inc. All rights reserved. -This program and the accompanying materials -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. +This program and the accompanying materials +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. **/ #include @@ -55,14 +55,14 @@ EmuGetTime ( /*++ Routine Description: - Service routine for RealTimeClockInstance->GetTime + Service routine for RealTimeClockInstance->GetTime Arguments: Time - A pointer to storage that will receive a snapshot of the current time. Capabilities - A pointer to storage that will receive the capabilities of the real time clock - in the platform. This includes the real time clock's resolution and accuracy. + in the platform. This includes the real time clock's resolution and accuracy. All reported device capabilities are rounded up. This is an OPTIONAL argument. Returns: @@ -95,7 +95,7 @@ EmuSetTime ( /*++ Routine Description: - Service routine for RealTimeClockInstance->SetTime + Service routine for RealTimeClockInstance->SetTime Arguments: @@ -105,7 +105,7 @@ Arguments: Returns: EFI_SUCEESS - The operation completed successfully. - + EFI_INVALID_PARAMETER - One of the fields in Time is out of range. EFI_DEVICE_ERROR - The operation could not be complete due to a device error. @@ -152,7 +152,7 @@ Arguments: Returns: EFI_SUCEESS - The operation completed successfully. - + EFI_DEVICE_ERROR - The operation could not be complete due to a device error. EFI_UNSUPPORTED - The operation is not supported on this platform. @@ -184,7 +184,7 @@ Arguments: Returns: EFI_SUCEESS - The operation completed successfully. - + EFI_DEVICE_ERROR - The operation could not be complete due to a device error. EFI_INVALID_PARAMETER - A field in Time is out of range. @@ -205,7 +205,7 @@ InitializeRealTimeClock ( /*++ Routine Description: - Install Real Time Clock Protocol + Install Real Time Clock Protocol Arguments: ImageHandle - Image Handle @@ -244,8 +244,8 @@ RtcTimeFieldsValid ( Routine Description: Arguments: - - Returns: + + Returns: **/ { if (Time->Year < 1998 || diff --git a/EmulatorPkg/RealTimeClockRuntimeDxe/RealTimeClock.inf b/EmulatorPkg/RealTimeClockRuntimeDxe/RealTimeClock.inf index bee90cb5eb..35712ac253 100644 --- a/EmulatorPkg/RealTimeClockRuntimeDxe/RealTimeClock.inf +++ b/EmulatorPkg/RealTimeClockRuntimeDxe/RealTimeClock.inf @@ -3,7 +3,7 @@ # # This real time clock module simulates virtual device by time WinAPI. # Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
-# Portions copyright (c) 2011, Apple Inc. All rights reserved. +# Portions copyright (c) 2011, Apple Inc. All rights reserved. # # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License -- cgit v1.2.3