From: Matthew James Goins Date: Sun, 3 Oct 2010 04:13:31 +0000 (-0400) Subject: Fix whitespace X-Git-Tag: msva-perl/0.4~15^2~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=975aa53faaed04589a313d2ef502f7c8e036d78d;p=monkeysphere-validation-agent.git Fix whitespace --- diff --git a/msva-perl b/msva-perl index fa16e61..e805a8d 100755 --- a/msva-perl +++ b/msva-perl @@ -23,7 +23,7 @@ use strict; { package MSVA; use Data::Dumper; -use Crypt::Monkeysphere::MSVA::MarginalUI; + use Crypt::Monkeysphere::MSVA::MarginalUI; use parent qw(HTTP::Server::Simple::CGI); require Crypt::X509; use Regexp::Common qw /net/;