summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-07-14 17:24:46 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-07-14 17:24:46 -0400
commit0349d8fc464aaebecf5b1b6f76883eedcfbc6e1a (patch)
tree910242c8b2465f8fffe789354023454c24c829ba
parenta75d695219f0a4613b647e7088794f6c1286fd54 (diff)
fix indent
-rw-r--r--Debian/Debhelper/Dh_Buildsystems.pm14
1 files 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;