From 6bc4bc8e51934a6dad35e12dbf41b3107d22a252 Mon Sep 17 00:00:00 2001
From: Joey Hess <joey@kitenet.net>
Date: Thu, 29 Sep 2011 15:36:35 -0400
Subject: [PATCH] fix indentation

---
 Debian/Debhelper/Buildsystem/perl_makemaker.pm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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
-- 
2.39.5