]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Include/Library/DebugAgentTimerLib.h
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / EmbeddedPkg / Include / Library / DebugAgentTimerLib.h
index 1b9769509b982df212f300fd5c9962b012b57437..0a5e5d491e1a662219b34b434665bd7513425a74 100755 (executable)
@@ -1,10 +1,10 @@
 /** @file\r
-  Platform specific Debug Agent abstraction for timer used by the agent. \r
+  Platform specific Debug Agent abstraction for timer used by the agent.\r
 \r
   The timer is used by the debugger to break into a running program.\r
 \r
   Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>\r
-  \r
+\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
@@ -31,33 +31,32 @@ EFIAPI
 DebugAgentTimerIntialize (\r
   VOID\r
   );\r
-  \r
+\r
 \r
 /**\r
   Set the period for the debug agent timer. Zero means disable the timer.\r
 \r
   @param[in] TimerPeriodMilliseconds    Frequency of the debug agent timer.\r
 \r
-**/  \r
+**/\r
 VOID\r
 EFIAPI\r
 DebugAgentTimerSetPeriod (\r
   IN  UINT32  TimerPeriodMilliseconds\r
   );\r
-  \r
+\r
 \r
 /**\r
-  Perform End Of Interrupt for the debug agent timer. This is called in the \r
-  interrupt handler after the interrupt has been processed. \r
+  Perform End Of Interrupt for the debug agent timer. This is called in the\r
+  interrupt handler after the interrupt has been processed.\r
 \r
-**/  \r
+**/\r
 VOID\r
 EFIAPI\r
 DebugAgentTimerEndOfInterrupt (\r
   VOID\r
   );\r
-  \r
+\r
 #endif\r
 \r
 \r
-  \r
\ No newline at end of file