summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/TAO_IDL/util/utl_global.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/util/utl_global.cpp b/TAO/TAO_IDL/util/utl_global.cpp
index bb8843823e0..c9fdf017571 100644
--- a/TAO/TAO_IDL/util/utl_global.cpp
+++ b/TAO/TAO_IDL/util/utl_global.cpp
@@ -1956,7 +1956,7 @@ namespace
idl_global->set_filename (new UTL_String (&utl_string, true));
if (disable_output_)
- {
+ {
default_streambuf_ = ACE_DEFAULT_LOG_STREAM->rdbuf ();
ACE_DEFAULT_LOG_STREAM->rdbuf (0);
ACE_LOG_MSG->clr_flags (ACE_Log_Msg::STDERR);