From 140ffc62a23b22f84656ae768cfe719658aedbc2 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Mon, 30 Nov 2009 21:37:30 +0000 Subject: Trim trailing space & reduce space+tab. --- include/xine/xmlparser.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/xine/xmlparser.h') diff --git a/include/xine/xmlparser.h b/include/xine/xmlparser.h index 8fed3199c..495e5136b 100644 --- a/include/xine/xmlparser.h +++ b/include/xine/xmlparser.h @@ -88,9 +88,9 @@ int xml_parser_build_tree_with_options_r(xml_parser_t *xml_parser, xml_node_t ** void xml_parser_free_tree(xml_node_t *root_node) XINE_PROTECTED; const char *xml_parser_get_property (const xml_node_t *node, const char *name) XINE_PROTECTED; -int xml_parser_get_property_int (const xml_node_t *node, const char *name, +int xml_parser_get_property_int (const xml_node_t *node, const char *name, int def_value) XINE_PROTECTED; -int xml_parser_get_property_bool (const xml_node_t *node, const char *name, +int xml_parser_get_property_bool (const xml_node_t *node, const char *name, int def_value) XINE_PROTECTED; /* for output: -- cgit v1.2.3