From f15141d6fd5111ebcc491b8259580a37d23356c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Mudr=C3=A1k?= Date: Thu, 16 Nov 2017 13:40:32 +0100 Subject: Fix TAB indentation --- MoodlePasswordPrimaryAuthenticationProvider.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MoodlePasswordPrimaryAuthenticationProvider.php b/MoodlePasswordPrimaryAuthenticationProvider.php index 75c9bef..1fb9891 100644 --- a/MoodlePasswordPrimaryAuthenticationProvider.php +++ b/MoodlePasswordPrimaryAuthenticationProvider.php @@ -165,8 +165,8 @@ class MoodlePasswordPrimaryAuthenticationProvider extends AbstractPrimaryAuthent * @param AuthenticationResponse $response */ public function postAuthentication( $user, AuthenticationResponse $response ) { - if ( $response->status !== AuthenticationResponse::PASS ) { - return; + if ( $response->status !== AuthenticationResponse::PASS ) { + return; } if ( empty( $this->tokens[$user->getName()] ) ) { -- cgit v1.2.3