From: Joey Hess Date: Thu, 29 Sep 2011 19:36:35 +0000 (-0400) Subject: fix indentation X-Git-Tag: 8.9.8~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6bc4bc8e51934a6dad35e12dbf41b3107d22a252;p=debhelper.git fix indentation --- diff --git a/Debian/Debhelper/Buildsystem/perl_makemaker.pm b/Debian/Debhelper/Buildsystem/perl_makemaker.pm index 0e9ff4c..a9c7fac 100644 --- a/Debian/Debhelper/Buildsystem/perl_makemaker.pm +++ b/Debian/Debhelper/Buildsystem/perl_makemaker.pm @@ -46,9 +46,9 @@ sub configure { # This prevents Module::Install from interactive behavior. $ENV{PERL_AUTOINSTALL}="--skipdeps"; - if ($ENV{CFLAGS}) { - push @flags, "OPTIMIZE=$ENV{CFLAGS}"; - } + if ($ENV{CFLAGS}) { + push @flags, "OPTIMIZE=$ENV{CFLAGS}"; + } $this->doit_in_sourcedir("perl", "Makefile.PL", "INSTALLDIRS=vendor", # if perl_build is not tested first, need to pass packlist