summaryrefslogtreecommitdiff
path: root/ACE/ace/XtReactor/XtReactor.cpp
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/XtReactor/XtReactor.cpp
parent447b29bb6ee55ceb53aca914041c801baf05baa9 (diff)
downloadATCD-e60a5d9d9b55bcb774031e36f9ea96a5a8a6045d.tar.gz
Removed trailing whitespaces
Diffstat (limited to 'ACE/ace/XtReactor/XtReactor.cpp')
-rw-r--r--ACE/ace/XtReactor/XtReactor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/XtReactor/XtReactor.cpp b/ACE/ace/XtReactor/XtReactor.cpp
index fd56654ea99..07b90eeb92e 100644
--- a/ACE/ace/XtReactor/XtReactor.cpp
+++ b/ACE/ace/XtReactor/XtReactor.cpp
@@ -359,7 +359,7 @@ ACE_XtReactor::compute_Xt_condition(ACE_HANDLE handle)
if (ACE_BIT_ENABLED (mask, ACE_Event_Handler::WRITE_MASK))
ACE_SET_BITS (condition, XtInputWriteWinsock);
// EXCEPT_MASK is not supported for WIN32. As this was
- // already handled in register_handler_i, no check here.
+ // already handled in register_handler_i, no check here.
#endif /* !ACE_WIN32 */
return condition;