Skip to content
Snippets Groups Projects
Commit 3f598bdd authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

indent cleanup

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@889 44740490-163a-0410-bde0-09ae8108e29a
parent 2a3b5f8a
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* from a SAML 2.0 SP, parses, and process it, and then authenticates the user and sends the user back * from a SAML 2.0 SP, parses, and process it, and then authenticates the user and sends the user back
* to the SP with an Authentication Response. * to the SP with an Authentication Response.
* *
* @author Andreas Åkre Solberg, UNINETT AS. <andreas.solberg@uninett.no> * @author Andreas Åkre Solberg, UNINETT AS. <andreas.solberg@uninett.no>
* @package simpleSAMLphp * @package simpleSAMLphp
* @version $Id$ * @version $Id$
*/ */
...@@ -361,14 +361,14 @@ if($needAuth && !$isPassive) { ...@@ -361,14 +361,14 @@ if($needAuth && !$isPassive) {
$t->data['sppp'] = $privacypolicy; $t->data['sppp'] = $privacypolicy;
switch($config->getValueValidate('consent_autofocus', array(NULL, 'yes', 'no'), NULL)) { switch($config->getValueValidate('consent_autofocus', array(NULL, 'yes', 'no'), NULL)) {
case NULL: case NULL:
break; break;
case 'yes': case 'yes':
$t->data['autofocus'] = 'yesbutton'; $t->data['autofocus'] = 'yesbutton';
break; break;
case 'no': case 'no':
$t->data['autofocus'] = 'nobutton'; $t->data['autofocus'] = 'nobutton';
break; break;
} }
$t->show(); $t->show();
......
...@@ -156,7 +156,7 @@ try { ...@@ -156,7 +156,7 @@ try {
'Attributes' => $attributes, 'Attributes' => $attributes,
'Destination' => $spmetadata, 'Destination' => $spmetadata,
'Source' => $idpmetadata, 'Source' => $idpmetadata,
); );
$pc->processState($authProcState); $pc->processState($authProcState);
/* Since this function returns, processing has completed and attributes have /* Since this function returns, processing has completed and attributes have
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment