From 37722eca39874bb6abdcd120e3e458bd62dea62b Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 5 Jul 2017 11:43:18 -0700 Subject: Bug 1377933 - Remove trailing whitespace from all perl files --- relogin.cgi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'relogin.cgi') diff --git a/relogin.cgi b/relogin.cgi index a66c5d28d..e1e1a897e 100755 --- a/relogin.cgi +++ b/relogin.cgi @@ -134,7 +134,7 @@ elsif ($action eq 'begin-sudo') { ThrowUserError('sudo_in_progress', { target => $user->login }); } - # Did the user actually go trough the 'sudo-prepare' action? Do some + # Did the user actually go trough the 'sudo-prepare' action? Do some # checks on the token the action should have left. my ($token_user, $token_timestamp, $token_data) = Bugzilla::Token::GetTokenData($token); unless (defined($token_user) @@ -142,7 +142,7 @@ elsif ($action eq 'begin-sudo') { && ($token_user == $user->id) && ($token_data eq 'sudo_prepared')) { - ThrowUserError('sudo_preparation_required', + ThrowUserError('sudo_preparation_required', { target_login => $target_login, reason => $reason }); } delete_token($cgi->param('token')); @@ -210,7 +210,7 @@ elsif ($action eq 'end-sudo') { delete_token($token); # NOTE: If you want to log the end of an sudo session, so it here. - + $vars->{'message'} = 'sudo_ended'; $target = 'global/message.html.tmpl'; } -- cgit v1.2.3-24-g4f1b