]> git.donarmstrong.com Git - debhelper.git/commitdiff
indentation
authorJoey Hess <joey@gnu.kitenet.net>
Thu, 1 Oct 2009 18:11:13 +0000 (14:11 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Thu, 1 Oct 2009 18:11:13 +0000 (14:11 -0400)
Debian/Debhelper/Buildsystem/python_distutils.pm

index 174400421db34d89fa173a74a6226a8c0c3493be..9b20e185c2a48aca7df0cbc4fc8e225d5dffd29f 100644 (file)
@@ -167,7 +167,7 @@ sub install {
        my $this=shift;
        my $destdir=shift;
        $this->setup_py("install",
-                "--force",
+               "--force",
                "--root=$destdir",
                "--no-compile",
                "-O0",