summaryrefslogtreecommitdiff
path: root/Debian/Debhelper/Dh_Buildsystems.pm
diff options
context:
space:
mode:
authorModestas Vainius <modestas@vainius.eu>2009-12-04 00:08:52 +0200
committerJoey Hess <joey@gnu.kitenet.net>2009-12-04 15:01:03 -0500
commita933d27281d9fc7296f1028e7cf96c787b78ad7e (patch)
tree179f246a1be54548ebf4d2f4d62b332df1059847 /Debian/Debhelper/Dh_Buildsystems.pm
parentbd97b09925d8e72b19804f831bc6237509bfbff1 (diff)
Excess whitespace. Git complains about it.
(cherry picked from commit 11b0b2483302f8694d8c6a76c73df1eefca7ad1f)
Diffstat (limited to 'Debian/Debhelper/Dh_Buildsystems.pm')
-rw-r--r--Debian/Debhelper/Dh_Buildsystems.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Debian/Debhelper/Dh_Buildsystems.pm b/Debian/Debhelper/Dh_Buildsystems.pm
index dd12ee95..77d7f945 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,