From 2dd127c39406fbbc756a41c3dd1c8136e69c73da Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 11 Jul 2007 18:17:23 +0000 Subject: [PATCH] fix bad whitespace before POD directives --- lib/WebGUI/Auth/WebGUI.pm | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/WebGUI/Auth/WebGUI.pm b/lib/WebGUI/Auth/WebGUI.pm index c74727439..6a2b770ae 100644 --- a/lib/WebGUI/Auth/WebGUI.pm +++ b/lib/WebGUI/Auth/WebGUI.pm @@ -670,13 +670,13 @@ sub new { } #------------------------------------------------------------------- - + =head2 recoverPassword ( ) - + Initiates the password recovery process. Checks for recovery type, and then runs the appropriate method. - + =cut - + sub recoverPassword { my $self = shift; @@ -781,13 +781,13 @@ sub profileRecoverPassword { } #------------------------------------------------------------------- - + =head2 recoverPasswordFinish ( ) - + Handles data for recovery of password. Gets password recovery type, and then runs the appropriate method. - + =cut - + sub recoverPasswordFinish { my $self = shift;