summaryrefslogtreecommitdiff
path: root/TAO_IDL/ast/ast_factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO_IDL/ast/ast_factory.cpp')
-rw-r--r--TAO_IDL/ast/ast_factory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO_IDL/ast/ast_factory.cpp b/TAO_IDL/ast/ast_factory.cpp
index 347ec3470c9..6502ee8c86a 100644
--- a/TAO_IDL/ast/ast_factory.cpp
+++ b/TAO_IDL/ast/ast_factory.cpp
@@ -237,7 +237,7 @@ AST_Factory::fe_add_exceptions (UTL_NameList *t)
idl_global->err ()->lookup_error (nl_n);
return 0;
}
-
+
AST_Decl::NodeType nt = d->node_type ();
if (nt != AST_Decl::NT_except
@@ -273,7 +273,7 @@ AST_Factory::fe_add_exceptions (UTL_NameList *t)
t->destroy ();
delete t;
t = 0;
-
+
return t;
}