summaryrefslogtreecommitdiff
path: root/src/raptor_serialize_rss.c
diff options
context:
space:
mode:
authorLauri Aalto <laalto@iki.fi>2010-02-05 12:45:44 +0200
committerLauri Aalto <laalto@iki.fi>2010-02-09 11:20:17 +0200
commitf70f153e099ccc9c0280ae6cbcf771ecae4dfc46 (patch)
tree978ad787fc3f81b193dadb199087c81a65b0417d /src/raptor_serialize_rss.c
parent7d2b19e79b87a16fbf929437e7273f88e5230aa4 (diff)
downloadraptor-f70f153e099ccc9c0280ae6cbcf771ecae4dfc46.tar.gz
indent + whitespace
Diffstat (limited to 'src/raptor_serialize_rss.c')
-rw-r--r--src/raptor_serialize_rss.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/raptor_serialize_rss.c b/src/raptor_serialize_rss.c
index 049eb7b4..c9f437e4 100644
--- a/src/raptor_serialize_rss.c
+++ b/src/raptor_serialize_rss.c
@@ -200,8 +200,8 @@ raptor_rss10_serialize_init(raptor_serializer* serializer, const char *name)
rss_serializer->enclosures = raptor_new_sequence((raptor_data_free_handler*)raptor_free_rss_item, (raptor_data_print_handler*)NULL);
rss_serializer->group_map = raptor_new_avltree(serializer->world,
- (raptor_data_compare_function)raptor_rss_group_map_compare,
- (raptor_data_free_function)raptor_free_group_map, 0);
+ (raptor_data_compare_function)raptor_rss_group_map_compare,
+ (raptor_data_free_function)raptor_free_group_map, 0);
rss_serializer->user_namespaces = raptor_new_sequence((raptor_data_free_handler*)raptor_free_namespace, NULL);
@@ -2039,9 +2039,9 @@ raptor_rss10_serialize_end(raptor_serializer* serializer) {
serializer->iostream);
rss_serializer->xml_writer = xml_writer;
raptor_xml_writer_set_option(xml_writer,
- RAPTOR_OPTION_WRITER_AUTO_INDENT, 1);
+ RAPTOR_OPTION_WRITER_AUTO_INDENT, 1);
raptor_xml_writer_set_option(xml_writer,
- RAPTOR_OPTION_WRITER_AUTO_EMPTY, 1);
+ RAPTOR_OPTION_WRITER_AUTO_EMPTY, 1);
raptor_rss10_build_xml_names(serializer, (is_atom && entry_uri));
@@ -2145,8 +2145,8 @@ raptor_rss10_serialize_declare_namespace_from_namespace(raptor_serializer* seria
}
nspace = raptor_new_namespace_from_uri(rss_serializer->nstack,
- nspace->prefix, nspace->uri,
- 0);
+ nspace->prefix, nspace->uri,
+ 0);
if(!nspace)
return 1;