summaryrefslogtreecommitdiff
path: root/TAO/tests/CDR/growth.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CDR/growth.cpp')
-rw-r--r--TAO/tests/CDR/growth.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tests/CDR/growth.cpp b/TAO/tests/CDR/growth.cpp
index 7f2a28f37e0..bf376fb991f 100644
--- a/TAO/tests/CDR/growth.cpp
+++ b/TAO/tests/CDR/growth.cpp
@@ -78,9 +78,9 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
{
switch (opt)
{
- case 'd':
- TAO_debug_level++;
- break;
+ case 'd':
+ TAO_debug_level++;
+ break;
case 'n':
n = ACE_OS::atoi (get_opt.opt_arg ());
break;
@@ -100,7 +100,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
default:
ACE_DEBUG ((LM_DEBUG,
"Usage: %s "
- "-d debug"
+ "-d debug"
"-l low "
"-h high "
"-s step "
@@ -121,7 +121,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
ACE_High_Res_Timer writing;
ACE_High_Res_Timer reading;
if (TAO_debug_level > 0)
- ACE_DEBUG ((LM_DEBUG, "\nx= %d\n", x));
+ ACE_DEBUG ((LM_DEBUG, "\nx= %d\n", x));
for (int i = 0; i < n; ++i)
{