diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2007-01-06 22:55:01 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2007-01-06 22:55:01 +0000 |
| commit | 077455087d005bb3b277cee51debb9e292473d05 (patch) | |
| tree | 808a12aec8bd15cb8a09a52fc4868ebadcd2540d | |
| parent | c8fa8f21b417d048c3419e55cb1a412454fdaa3f (diff) | |
fixing indentation
| -rw-r--r-- | lasso/xml/ds_key_info.c | 2 | ||||
| -rw-r--r-- | lasso/xml/ds_key_value.c | 2 | ||||
| -rw-r--r-- | lasso/xml/saml_subject_confirmation.c | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/lasso/xml/ds_key_info.c b/lasso/xml/ds_key_info.c index 189e0d2a..46168aab 100644 --- a/lasso/xml/ds_key_info.c +++ b/lasso/xml/ds_key_info.c @@ -44,7 +44,7 @@ static struct XmlSnippet schema_snippets[] = { static void instance_init(LassoDsKeyInfo *node) { - node->KeyValue = NULL; + node->KeyValue = NULL; } static void diff --git a/lasso/xml/ds_key_value.c b/lasso/xml/ds_key_value.c index 4fee49e9..0ad7992e 100644 --- a/lasso/xml/ds_key_value.c +++ b/lasso/xml/ds_key_value.c @@ -44,7 +44,7 @@ static struct XmlSnippet schema_snippets[] = { static void instance_init(LassoDsKeyValue *node) { - node->RSAKeyValue = NULL; + node->RSAKeyValue = NULL; } static void diff --git a/lasso/xml/saml_subject_confirmation.c b/lasso/xml/saml_subject_confirmation.c index 8b262211..68ac0323 100644 --- a/lasso/xml/saml_subject_confirmation.c +++ b/lasso/xml/saml_subject_confirmation.c @@ -61,9 +61,9 @@ static struct XmlSnippet schema_snippets[] = { static void instance_init(LassoSamlSubjectConfirmation *node) { - node->ConfirmationMethod = NULL; - node->SubjectConfirmationData = NULL; - node->KeyInfo = NULL; + node->ConfirmationMethod = NULL; + node->SubjectConfirmationData = NULL; + node->KeyInfo = NULL; } static void |
