summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2015-03-02 14:32:24 -0500
committerSteve Huston <shuston@riverace.com>2015-03-02 14:32:24 -0500
commitbcc16db982b483171996f2dfcedb132741c163f7 (patch)
treeaee737ab3784cfdbba65ef9dc71c9c3e417f0294
parent86986c5355d448bca828774a5593bf07451f2b09 (diff)
downloadATCD-bcc16db982b483171996f2dfcedb132741c163f7.tar.gz
Remove trailing whitespace.
-rw-r--r--ACE/ace/OS_NS_Thread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/OS_NS_Thread.cpp b/ACE/ace/OS_NS_Thread.cpp
index b760a9a07a4..2eeb79a580b 100644
--- a/ACE/ace/OS_NS_Thread.cpp
+++ b/ACE/ace/OS_NS_Thread.cpp
@@ -5162,7 +5162,7 @@ spa (FUNCPTR entry, ...)
if (argc >= ACE_MAX_ARGS && argv[ACE_MAX_ARGS - 1] != 0)
{
// Try to read another arg, and warn user if the limit was exceeded.
- //
+ //
// Note that the VxWorks shell arguments change from int to long when
// using a 64bit compiler. Cast the argument up so that the format
// specifier remains correct for either build type.