summaryrefslogtreecommitdiff
path: root/src/raptor_sax2.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_sax2.c
parent7d2b19e79b87a16fbf929437e7273f88e5230aa4 (diff)
downloadraptor-f70f153e099ccc9c0280ae6cbcf771ecae4dfc46.tar.gz
indent + whitespace
Diffstat (limited to 'src/raptor_sax2.c')
-rw-r--r--src/raptor_sax2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/raptor_sax2.c b/src/raptor_sax2.c
index 2427edd3..d014040e 100644
--- a/src/raptor_sax2.c
+++ b/src/raptor_sax2.c
@@ -831,8 +831,8 @@ raptor_sax2_start_element(void* user_data, const unsigned char *name,
raptor_namespace* nspace;
nspace = raptor_new_namespace(&sax2->namespaces,
- prefix, namespace_name,
- raptor_sax2_get_depth(sax2));
+ prefix, namespace_name,
+ raptor_sax2_get_depth(sax2));
if(nspace) {
raptor_namespaces_start_namespace(&sax2->namespaces, nspace);