diff --git a/www/saml2/idp/SSOService.php b/www/saml2/idp/SSOService.php
index cadad790d1f87217602f4600fd7add496be0f079..f7657cd319714c05ecfdd6af69bf6253e7be3401 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 ad8299b8a1bbed3be669e1e3d7564e995fd50d65..5a6823069a999eb121dd4db354b87990600d9f49 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