diff options
author | Frederic Peters <fpeters@entrouvert.com> | 2004-11-25 22:51:39 +0000 |
---|---|---|
committer | Frederic Peters <fpeters@entrouvert.com> | 2004-11-25 22:51:39 +0000 |
commit | cd4f3ea1fc570e01772c3e54a27c34672f2c24ea (patch) | |
tree | ca468ab831566a3eb4946d8bb2f4132e21e9e205 /lasso/xml/lib_authentication_statement.h | |
parent | 256cca14ce7028c521c9d652f5ef6d2531b81fea (diff) | |
download | lasso-cd4f3ea1fc570e01772c3e54a27c34672f2c24ea.tar.gz lasso-cd4f3ea1fc570e01772c3e54a27c34672f2c24ea.tar.xz lasso-cd4f3ea1fc570e01772c3e54a27c34672f2c24ea.zip |
indentation work
Diffstat (limited to 'lasso/xml/lib_authentication_statement.h')
-rw-r--r-- | lasso/xml/lib_authentication_statement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/lib_authentication_statement.h b/lasso/xml/lib_authentication_statement.h index 09e887ba..9ddd61fe 100644 --- a/lasso/xml/lib_authentication_statement.h +++ b/lasso/xml/lib_authentication_statement.h @@ -54,7 +54,7 @@ typedef struct _LassoLibAuthenticationStatementClass LassoLibAuthenticationState struct _LassoLibAuthenticationStatement { LassoSamlAuthenticationStatement parent; - /* <xs:element ref="AuthnContext" minOccurs="0"/> */ + /* <xs:element ref="AuthnContext" minOccurs="0"/> */ LassoLibAuthnContext *AuthnContext; /* <xs:attribute name="ReauthenticateOnOrAfter" type="xs:dateTime" use="optional"/> */ char *ReauthenticateOnOrAfter; |