From: Modestas Vainius Date: Thu, 3 Dec 2009 22:08:52 +0000 (+0200) Subject: Excess whitespace. Git complains about it. X-Git-Tag: 7.4.10~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a933d27281d9fc7296f1028e7cf96c787b78ad7e;p=debhelper.git Excess whitespace. Git complains about it. (cherry picked from commit 11b0b2483302f8694d8c6a76c73df1eefca7ad1f) --- diff --git a/Debian/Debhelper/Dh_Buildsystems.pm b/Debian/Debhelper/Dh_Buildsystems.pm index dd12ee9..77d7f94 100644 --- a/Debian/Debhelper/Dh_Buildsystems.pm +++ b/Debian/Debhelper/Dh_Buildsystems.pm @@ -135,14 +135,14 @@ sub load_all_buildsystems { sub buildsystems_init { my %args=@_; - + my $max_parallel=1; # Available command line options my %options = ( "D=s" => \$opt_sourcedir, "sourcedirectory=s" => \$opt_sourcedir, - + "B:s" => \$opt_builddir, "builddirectory:s" => \$opt_builddir,