diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-11-10 16:01:12 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-11-10 16:01:12 +0000 |
commit | d5d8f1fa137bb4cb688237324e6da5848e3b5291 (patch) | |
tree | c2a2f556ba36b32b0a4baa9473335fba3f0f01b7 /TAO | |
parent | 48134b8e6ff993a21f87b73698e9aec546301513 (diff) | |
download | ATCD-d5d8f1fa137bb4cb688237324e6da5848e3b5291.tar.gz |
ChangeLogTag: Mon Nov 10 16:01:33 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/TAO_IDL/util/utl_indenter.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/TAO_IDL/util/utl_indenter.cpp b/TAO/TAO_IDL/util/utl_indenter.cpp index f0df7ad4a0f..ec79de2eeaa 100644 --- a/TAO/TAO_IDL/util/utl_indenter.cpp +++ b/TAO/TAO_IDL/util/utl_indenter.cpp @@ -67,11 +67,11 @@ trademarks or registered trademarks of Sun Microsystems, Inc. // utl_indenter.cc - Implementation of indenter for dumping IDL AST // -#include "utl_indenter.h" #include "ace/OS_NS_stdio.h" +#include "utl_indenter.h" -ACE_RCSID (util, - utl_indenter, +ACE_RCSID (util, + utl_indenter, "$Id$") /* @@ -122,7 +122,7 @@ UTL_Indenter::skip_to (FILE *fp) { for (long i = 0; i < this->pd_indent_level; ++i) { - ACE_OS::fprintf (fp, + ACE_OS::fprintf (fp, " "); } } |