fix bad whitespace before POD directives

This commit is contained in:
Colin Kuskie 2007-07-11 18:17:23 +00:00
parent a5c824d3fb
commit 2dd127c394

View file

@ -670,13 +670,13 @@ sub new {
} }
#------------------------------------------------------------------- #-------------------------------------------------------------------
=head2 recoverPassword ( ) =head2 recoverPassword ( )
Initiates the password recovery process. Checks for recovery type, and then runs the appropriate method. Initiates the password recovery process. Checks for recovery type, and then runs the appropriate method.
=cut =cut
sub recoverPassword { sub recoverPassword {
my $self = shift; my $self = shift;
@ -781,13 +781,13 @@ sub profileRecoverPassword {
} }
#------------------------------------------------------------------- #-------------------------------------------------------------------
=head2 recoverPasswordFinish ( ) =head2 recoverPasswordFinish ( )
Handles data for recovery of password. Gets password recovery type, and then runs the appropriate method. Handles data for recovery of password. Gets password recovery type, and then runs the appropriate method.
=cut =cut
sub recoverPasswordFinish { sub recoverPasswordFinish {
my $self = shift; my $self = shift;