From 0349d8fc464aaebecf5b1b6f76883eedcfbc6e1a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 14 Jul 2009 17:24:46 -0400 Subject: fix indent --- Debian/Debhelper/Dh_Buildsystems.pm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Debian/Debhelper/Dh_Buildsystems.pm b/Debian/Debhelper/Dh_Buildsystems.pm index 4bac6a12..49862675 100644 --- a/Debian/Debhelper/Dh_Buildsystems.pm +++ b/Debian/Debhelper/Dh_Buildsystems.pm @@ -17,13 +17,13 @@ our @EXPORT=qw(&buildsystems_init &buildsystems_do &load_buildsystem &load_all_b # Historical order must be kept for backwards compatibility. New # build systems MUST be added to the END of the list. our @BUILDSYSTEMS = ( - "autoconf", - "perl_makemaker", - "makefile", - "python_distutils", - "perl_build", - "cmake", - "ant", + "autoconf", + "perl_makemaker", + "makefile", + "python_distutils", + "perl_build", + "cmake", + "ant", ); my $opt_buildsys; -- cgit v1.2.3