From: Rob H. <for...@us...> - 2001-12-10 18:33:38
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb In directory usw-pr-cvs1:/tmp/cvs-serv23699/lib/SandWeb Modified Files: Repository.pm Log Message: formatting fixes Index: Repository.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Repository.pm,v retrieving revision 1.12 retrieving revision 1.13 diff -U2 -r1.12 -r1.13 --- Repository.pm 2001/12/04 18:58:15 1.12 +++ Repository.pm 2001/12/10 18:33:33 1.13 @@ -134,7 +134,8 @@ my $sandbox = $self->get_sandbox(); my %return = {}; - my $vcs = SandWeb::Repository::CVS->new(root => $root, - sandbox => $sandbox, - file => $file, + my $vcs = SandWeb::Repository::CVS->new( + root => $root, + sandbox => $sandbox, + file => $file, ); |