]> git.donarmstrong.com Git - debhelper.git/commitdiff
Excess whitespace. Git complains about it.
authorModestas Vainius <modestas@vainius.eu>
Thu, 3 Dec 2009 22:08:52 +0000 (00:08 +0200)
committerJoey Hess <joey@gnu.kitenet.net>
Fri, 4 Dec 2009 20:01:03 +0000 (15:01 -0500)
(cherry picked from commit 11b0b2483302f8694d8c6a76c73df1eefca7ad1f)

Debian/Debhelper/Dh_Buildsystems.pm

index dd12ee95d5bb9a2b3fc2994eff7b51fccc119b5d..77d7f9451c438588973e7020ee20ff5a2fbced58 100644 (file)
@@ -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,