From 64fc48a5f449aeee1505e69e4514f919bfcff541 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 15 Nov 2010 11:02:32 -0800 Subject: [PATCH] Indenting/white space. --- lib/WebGUI/Session.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Session.pm b/lib/WebGUI/Session.pm index e714a1138..8f7048453 100644 --- a/lib/WebGUI/Session.pm +++ b/lib/WebGUI/Session.pm @@ -761,7 +761,7 @@ Session id will be generated if not specified. In almost every case you should l sub start { my $self = shift; my $userId = shift; - $userId = 1 if ($userId eq ""); + $userId = 1 if ($userId eq ""); my $sessionId = shift; $sessionId = $self->id->generate if ($sessionId eq ""); my $timeout = $self->setting->get('sessionTimeout');