From 3c9ea0c036e191302bac4ad1c9696ac7c950182b Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 26 Jun 2012 18:14:38 +0000 Subject: indent git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@228 971eb68f-4bfb-0310-8326-d2484c010a4c --- RPM4/src/Makefile.PL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RPM4/src/Makefile.PL b/RPM4/src/Makefile.PL index 5b28941..b0e4315 100644 --- a/RPM4/src/Makefile.PL +++ b/RPM4/src/Makefile.PL @@ -74,9 +74,9 @@ RPMCONSTTBL # if you're building from svn, you need rpmconstant directory my $second = "copyrpmconstant: " . join(" ", @rpmconstantfiles) . "\n\n"; if (-d '../../rpmconstant') { - foreach (@rpmconstantfiles) { - $second .= "$_: ../../rpmconstant/$_\n\tcp -a \$< \$@\n\n"; - } + foreach (@rpmconstantfiles) { + $second .= "$_: ../../rpmconstant/$_\n\tcp -a \$< \$@\n\n"; + } } $first . $second; -- cgit v1.2.1