summaryrefslogtreecommitdiff
path: root/tests/Max_Default_Port_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Max_Default_Port_Test.cpp')
-rw-r--r--tests/Max_Default_Port_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Max_Default_Port_Test.cpp b/tests/Max_Default_Port_Test.cpp
index 6b4fc0bb5a5..3c9f30cbf91 100644
--- a/tests/Max_Default_Port_Test.cpp
+++ b/tests/Max_Default_Port_Test.cpp
@@ -87,7 +87,7 @@ My_Accept_Handler::handle_input (ACE_HANDLE)
}
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("My_Accept_Handler::handle_input \n")));
+ ACE_TEXT ("My_Accept_Handler::handle_input\n")));
// Close the opened stream, else it'll leak a handle. Don't close
// the acceptor here, though, because get_handle() needs it to
@@ -186,7 +186,7 @@ run_main (int argc, ACE_TCHAR *argv[])
#else
const u_short ports_to_test = 300;
#endif
-
+
//Ports beyond 65279 were said to bad on NT sp 3.
for (u_short idx = USHRT_MAX; idx != USHRT_MAX - ports_to_test; --idx)
{