summaryrefslogtreecommitdiff
path: root/src/raptor_xml.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_xml.c
parent7d2b19e79b87a16fbf929437e7273f88e5230aa4 (diff)
downloadraptor-f70f153e099ccc9c0280ae6cbcf771ecae4dfc46.tar.gz
indent + whitespace
Diffstat (limited to 'src/raptor_xml.c')
-rw-r--r--src/raptor_xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raptor_xml.c b/src/raptor_xml.c
index a9f09185..36dbebc7 100644
--- a/src/raptor_xml.c
+++ b/src/raptor_xml.c
@@ -68,7 +68,7 @@ raptor_new_xml_element(raptor_qname *name,
raptor_xml_element* xml_element;
xml_element = (raptor_xml_element*)RAPTOR_CALLOC(raptor_xml_element, 1,
- sizeof(*xml_element));
+ sizeof(*xml_element));
if(!xml_element)
return NULL;