summaryrefslogtreecommitdiff
path: root/tools/pm/Common/Output/GError.pm
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pm/Common/Output/GError.pm')
-rw-r--r--tools/pm/Common/Output/GError.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/pm/Common/Output/GError.pm b/tools/pm/Common/Output/GError.pm
index 190fc554..0b8b6c6b 100644
--- a/tools/pm/Common/Output/GError.pm
+++ b/tools/pm/Common/Output/GError.pm
@@ -116,8 +116,8 @@ sub _output_gerror_impl
nl (' throw ' . $full_cxx_type . '(gobject);') .
nl ('}') .
nl () .
- Common::Output::Shared::close_namespaces $wrap_parser;
- my $section = Common::Output::Shared::get_section $wrap_parser, Common::Sections::CC_GENERATED;
+ Common::Output::Shared::close_namespaces ($wrap_parser);
+ my $section = Common::Output::Shared::get_section ($wrap_parser, Common::Sections::CC_GENERATED);
$section_manager->append_string_to_section ($code_string, $section);
}