summaryrefslogtreecommitdiffstats
path: root/lasso/xml/soap_binding_processing_context.c
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-08-05 14:53:29 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-08-05 14:53:29 +0000
commit207891ff2946db888c80b15f77e7cce15bfcc006 (patch)
treec1bc0b3b20525c1b842973c2602f61bdec50c919 /lasso/xml/soap_binding_processing_context.c
parentf83d4bd9f8227da65dbc350b3d2d390b7b0a2299 (diff)
downloadlasso-207891ff2946db888c80b15f77e7cce15bfcc006.tar.gz
lasso-207891ff2946db888c80b15f77e7cce15bfcc006.tar.xz
lasso-207891ff2946db888c80b15f77e7cce15bfcc006.zip
* Fix blanks mismatch (space in *.c and *h files or tabs in *.py files) and formatting
Diffstat (limited to 'lasso/xml/soap_binding_processing_context.c')
-rw-r--r--lasso/xml/soap_binding_processing_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/soap_binding_processing_context.c b/lasso/xml/soap_binding_processing_context.c
index 397df4b8..41a04ffb 100644
--- a/lasso/xml/soap_binding_processing_context.c
+++ b/lasso/xml/soap_binding_processing_context.c
@@ -53,7 +53,7 @@
static struct XmlSnippet schema_snippets[] = {
{ "id", SNIPPET_ATTRIBUTE, G_STRUCT_OFFSET(LassoSoapBindingProcessingContext, id) },
{ "mustUnderstand", SNIPPET_ATTRIBUTE,
- G_STRUCT_OFFSET(LassoSoapBindingProcessingContext, mustUnderstand) },
+ G_STRUCT_OFFSET(LassoSoapBindingProcessingContext, mustUnderstand) },
{ "actor", SNIPPET_ATTRIBUTE, G_STRUCT_OFFSET(LassoSoapBindingProcessingContext, actor) },
{ "", SNIPPET_TEXT_CHILD, G_STRUCT_OFFSET(LassoSoapBindingProcessingContext, content) },
{ NULL, 0, 0}