diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-04-30 12:36:27 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-04-30 12:36:27 +0000 |
| commit | 35fbe98ed16bd4f2000257099415a4bbcbfe54df (patch) | |
| tree | 19de1312fcc9dad31d791bb03ded6d27e0dc0c1c | |
| parent | a7992df66a60dea5cac5d9665f84f46e0abb2751 (diff) | |
| download | lasso-35fbe98ed16bd4f2000257099415a4bbcbfe54df.tar.gz lasso-35fbe98ed16bd4f2000257099415a4bbcbfe54df.tar.xz lasso-35fbe98ed16bd4f2000257099415a4bbcbfe54df.zip | |
fix indentation
| -rw-r--r-- | lasso/id-ff/login.c | 4 | ||||
| -rw-r--r-- | lasso/saml-2.0/login.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lasso/id-ff/login.c b/lasso/id-ff/login.c index b7df224c..4c5e892e 100644 --- a/lasso/id-ff/login.c +++ b/lasso/id-ff/login.c @@ -1559,8 +1559,8 @@ lasso_login_must_authenticate(LassoLogin *login) */ matched = (profile->session != NULL); if (matched) { - matched = profile->remote_providerID - && lasso_session_get_assertion(profile->session, profile->remote_providerID) != NULL; + matched = profile->remote_providerID + && lasso_session_get_assertion(profile->session, profile->remote_providerID) != NULL; } } g_list_free(assertions); diff --git a/lasso/saml-2.0/login.c b/lasso/saml-2.0/login.c index bc133f3a..fbb84cb5 100644 --- a/lasso/saml-2.0/login.c +++ b/lasso/saml-2.0/login.c @@ -391,8 +391,8 @@ lasso_saml20_login_must_authenticate(LassoLogin *login) */ matched = (profile->session != NULL); if (matched) { - matched = profile->remote_providerID - && lasso_session_get_assertion(profile->session, profile->remote_providerID) != NULL; + matched = profile->remote_providerID + && lasso_session_get_assertion(profile->session, profile->remote_providerID) != NULL; } } g_list_free(assertions); |
