summaryrefslogtreecommitdiff
path: root/ACE/ASNMP/tests/test_config.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-03-08 18:25:49 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-03-08 18:25:49 +0100
commit813d80ca6f4949f4c831433166c058f4c7bbb975 (patch)
tree695b05ffcdc974af974b5898a618209917a40e1c /ACE/ASNMP/tests/test_config.h
parentd4826febefb4892bbcae55bd312f9ddfd3a62a4a (diff)
downloadATCD-813d80ca6f4949f4c831433166c058f4c7bbb975.tar.gz
Layout changes
* ACE/ASNMP/tests/test_config.h: * ACE/Kokyu/Kokyu_defs.inl: * ACE/ace/ATM_Params.h: * ACE/apps/JAWS2/HTTPU/http_headers.h: * TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_ch.cpp: * TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_cs.cpp: * TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp: * TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp: * TAO/orbsvcs/orbsvcs/Notify/Refcountable.cpp: * TAO/tao/Codeset/Codeset_Manager_i.h: * TAO/tao/Codeset/Codeset_Translator_Factory.h: * TAO/tao/Codeset_Manager.h: * TAO/tests/Portable_Interceptors/AdvSlotDblCpy/client.cpp: * TAO/tests/Portable_Interceptors/AdvSlotDblCpy/server.cpp:
Diffstat (limited to 'ACE/ASNMP/tests/test_config.h')
-rw-r--r--ACE/ASNMP/tests/test_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ASNMP/tests/test_config.h b/ACE/ASNMP/tests/test_config.h
index ea23390b9c9..39601b60064 100644
--- a/ACE/ASNMP/tests/test_config.h
+++ b/ACE/ASNMP/tests/test_config.h
@@ -59,7 +59,7 @@
#define ACE_NEW_THREAD \
do {\
ACE_LOG_MSG->msg_ostream (ace_file_stream.output_file ()); \
- ACE_LOG_MSG->clr_flags (ACE_Log_Msg::STDERR | ACE_Log_Msg::LOGGER ); \
+ ACE_LOG_MSG->clr_flags (ACE_Log_Msg::STDERR | ACE_Log_Msg::LOGGER); \
ACE_LOG_MSG->set_flags (ACE_Log_Msg::OSTREAM); \
} while (0)
@@ -133,7 +133,7 @@ ACE_Test_Output::set_output (const ACE_TCHAR *filename, int append)
return -1;
ACE_LOG_MSG->msg_ostream (ace_file_stream.output_file ());
- ACE_LOG_MSG->clr_flags (ACE_Log_Msg::STDERR | ACE_Log_Msg::LOGGER );
+ ACE_LOG_MSG->clr_flags (ACE_Log_Msg::STDERR | ACE_Log_Msg::LOGGER);
ACE_LOG_MSG->set_flags (ACE_Log_Msg::OSTREAM);
return 0;