From 3f598bdd1fe9a6ff702d4328f2a0f8b982a1367d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Wed, 24 Sep 2008 13:15:16 +0000
Subject: [PATCH] indent cleanup

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@889 44740490-163a-0410-bde0-09ae8108e29a
---
 www/saml2/idp/SSOService.php              | 18 +++++++++---------
 www/saml2/sp/AssertionConsumerService.php |  2 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/www/saml2/idp/SSOService.php b/www/saml2/idp/SSOService.php
index cadad790d..f7657cd31 100644
--- a/www/saml2/idp/SSOService.php
+++ b/www/saml2/idp/SSOService.php
@@ -4,7 +4,7 @@
  * 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.
  *
- * @author Andreas Åkre Solberg, UNINETT AS. <andreas.solberg@uninett.no>
+ * @author Andreas Ã…kre Solberg, UNINETT AS. <andreas.solberg@uninett.no>
  * @package simpleSAMLphp
  * @version $Id$
  */
@@ -361,14 +361,14 @@ if($needAuth && !$isPassive) {
 				$t->data['sppp'] = $privacypolicy;
 
 				switch($config->getValueValidate('consent_autofocus', array(NULL, 'yes', 'no'), NULL)) {
-				case NULL:
-					break;
-				case 'yes':
-					$t->data['autofocus'] = 'yesbutton';
-					break;
-				case 'no':
-					$t->data['autofocus'] = 'nobutton';
-					break;
+					case NULL:
+						break;
+					case 'yes':
+						$t->data['autofocus'] = 'yesbutton';
+						break;
+					case 'no':
+						$t->data['autofocus'] = 'nobutton';
+						break;
 				}
 
 				$t->show();
diff --git a/www/saml2/sp/AssertionConsumerService.php b/www/saml2/sp/AssertionConsumerService.php
index ad8299b8a..5a6823069 100644
--- a/www/saml2/sp/AssertionConsumerService.php
+++ b/www/saml2/sp/AssertionConsumerService.php
@@ -156,7 +156,7 @@ try {
 		'Attributes' => $attributes,
 		'Destination' => $spmetadata,
 		'Source' => $idpmetadata,
-		);
+	);
 
 	$pc->processState($authProcState);
 	/* Since this function returns, processing has completed and attributes have
-- 
GitLab