From: Joey Hess Date: Thu, 1 Oct 2009 18:11:13 +0000 (-0400) Subject: indentation X-Git-Tag: 7.4.3~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ec62efa9792eae708c39c688aacc0a26f90c7fda;p=debhelper.git indentation --- diff --git a/Debian/Debhelper/Buildsystem/python_distutils.pm b/Debian/Debhelper/Buildsystem/python_distutils.pm index 1744004..9b20e18 100644 --- a/Debian/Debhelper/Buildsystem/python_distutils.pm +++ b/Debian/Debhelper/Buildsystem/python_distutils.pm @@ -167,7 +167,7 @@ sub install { my $this=shift; my $destdir=shift; $this->setup_py("install", - "--force", + "--force", "--root=$destdir", "--no-compile", "-O0",