summaryrefslogtreecommitdiff
path: root/ACE/ace/Thread_Mutex.inl
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/ace/Thread_Mutex.inl
parent447b29bb6ee55ceb53aca914041c801baf05baa9 (diff)
downloadATCD-e60a5d9d9b55bcb774031e36f9ea96a5a8a6045d.tar.gz
Removed trailing whitespaces
Diffstat (limited to 'ACE/ace/Thread_Mutex.inl')
-rw-r--r--ACE/ace/Thread_Mutex.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Thread_Mutex.inl b/ACE/ace/Thread_Mutex.inl
index 0a9abbd3b9e..5eba0696c4b 100644
--- a/ACE/ace/Thread_Mutex.inl
+++ b/ACE/ace/Thread_Mutex.inl
@@ -12,7 +12,7 @@ ACE_Thread_Mutex::lock (void) const
}
ACE_INLINE ACE_thread_mutex_t &
-ACE_Thread_Mutex::lock (void)
+ACE_Thread_Mutex::lock (void)
{
// ACE_TRACE ("ACE_Thread_Mutex::lock");
return this->lock_;