From dd1bfee196eaabdb0cf94a7b95d35c6f25bc9ca2 Mon Sep 17 00:00:00 2001
From: Jaime Perez <jaime.perez@uninett.no>
Date: Mon, 29 Sep 2014 13:36:05 +0200
Subject: [PATCH] Formatting.

---
 modules/saml/lib/Message.php | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/modules/saml/lib/Message.php b/modules/saml/lib/Message.php
index 0a1a7eae2..61d6e1fdf 100644
--- a/modules/saml/lib/Message.php
+++ b/modules/saml/lib/Message.php
@@ -20,11 +20,10 @@ class sspmod_saml_Message {
 
 		$dstPrivateKey = $dstMetadata->getString('signature.privatekey', NULL);
 
-		if($dstPrivateKey !== NULL) {
+		if ($dstPrivateKey !== NULL) {
 			$keyArray = SimpleSAML_Utilities::loadPrivateKey($dstMetadata, TRUE, 'signature.');
 			$certArray = SimpleSAML_Utilities::loadPublicKey($dstMetadata, FALSE, 'signature.');
-		}
-		else {
+		} else {
 			$keyArray = SimpleSAML_Utilities::loadPrivateKey($srcMetadata, TRUE);
 			$certArray = SimpleSAML_Utilities::loadPublicKey($srcMetadata, FALSE);
 		}
-- 
GitLab