summaryrefslogtreecommitdiff
path: root/ACE/examples/Timer_Queue
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-17 07:52:52 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-17 07:52:52 +0000
commite60a5d9d9b55bcb774031e36f9ea96a5a8a6045d (patch)
tree6e47dd26396eea92224f8ecd241b3c96f7531c42 /ACE/examples/Timer_Queue
parent447b29bb6ee55ceb53aca914041c801baf05baa9 (diff)
downloadATCD-e60a5d9d9b55bcb774031e36f9ea96a5a8a6045d.tar.gz
Removed trailing whitespaces
Diffstat (limited to 'ACE/examples/Timer_Queue')
-rw-r--r--ACE/examples/Timer_Queue/Custom_Handler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/Timer_Queue/Custom_Handler.cpp b/ACE/examples/Timer_Queue/Custom_Handler.cpp
index ec79e6884cf..161f1fe4e3e 100644
--- a/ACE/examples/Timer_Queue/Custom_Handler.cpp
+++ b/ACE/examples/Timer_Queue/Custom_Handler.cpp
@@ -7,7 +7,7 @@
// Custom_Handler.cpp
//
// = DESCRIPTION
-// This is a custom event handler to be used with the thread timer queue
+// This is a custom event handler to be used with the thread timer queue
// adapter, and its appropriate upcall.
//
// = AUTHOR