summaryrefslogtreecommitdiff
path: root/ACE/tests/Missing_Svc_Conf_Test.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/tests/Missing_Svc_Conf_Test.cpp
parent447b29bb6ee55ceb53aca914041c801baf05baa9 (diff)
downloadATCD-e60a5d9d9b55bcb774031e36f9ea96a5a8a6045d.tar.gz
Removed trailing whitespaces
Diffstat (limited to 'ACE/tests/Missing_Svc_Conf_Test.cpp')
-rw-r--r--ACE/tests/Missing_Svc_Conf_Test.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/ACE/tests/Missing_Svc_Conf_Test.cpp b/ACE/tests/Missing_Svc_Conf_Test.cpp
index 152ce9e48ce..2780b26f587 100644
--- a/ACE/tests/Missing_Svc_Conf_Test.cpp
+++ b/ACE/tests/Missing_Svc_Conf_Test.cpp
@@ -1,7 +1,7 @@
// $Id$
// ==========================================================================
-//
+//
// = LIBRARY
// tests
//
@@ -53,15 +53,15 @@ run_main (int, ACE_TCHAR *[] )
if (result != -1 || errno != ENOENT)
{
++failcount;
- ACE_DEBUG ((LM_DEBUG,
+ ACE_DEBUG ((LM_DEBUG,
ACE_TEXT("ERROR: did not get expected ENOENT, %p\n"),
ACE_TEXT("ACE_Service_Config::open")));
}
else
- ACE_DEBUG ((LM_DEBUG,
+ ACE_DEBUG ((LM_DEBUG,
ACE_TEXT("Success: defaulted Service_Config::open ")
ACE_TEXT("with missing file got expected ENOENT\n")));
-
+
result = ACE_Service_Config::close();
if (result != 0)
ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("%p\n"),
@@ -75,13 +75,13 @@ run_main (int, ACE_TCHAR *[] )
if (result != 0)
{
++failcount;
- ACE_DEBUG ((LM_DEBUG,
+ ACE_DEBUG ((LM_DEBUG,
ACE_TEXT("ERROR: missing svc.conf with ")
ACE_TEXT("command line directive, %p\n"),
ACE_TEXT("ACE_Service_Config::open")));
}
else
- ACE_DEBUG ((LM_DEBUG,
+ ACE_DEBUG ((LM_DEBUG,
ACE_TEXT("Success: Service_Config::open with command line ")
ACE_TEXT("directive ignored missing svc.conf\n")));