From 55faf25842f28ba6100156d0ad9a91ac2058ea0e Mon Sep 17 00:00:00 2001 From: Andrew Yates <ayates@ebi.ac.uk> Date: Fri, 17 May 2013 09:11:59 +0000 Subject: [PATCH] tabs to 2 space indents --- misc-scripts/schema_patcher.pl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/misc-scripts/schema_patcher.pl b/misc-scripts/schema_patcher.pl index bca8ef8411..1eea8f4c84 100755 --- a/misc-scripts/schema_patcher.pl +++ b/misc-scripts/schema_patcher.pl @@ -265,12 +265,12 @@ my %patches; # Get available patches. -foreach my $thing ( [ 'ensembl', 'core', 'table.sql' ], - [ 'ensembl-compara', 'compara', 'table.sql' ], - [ 'ensembl-functgenomics', 'funcgen', 'efg.sql' ], - [ 'ensembl-variation', 'variation', 'table.sql' ], - [ 'ensembl-production', 'production', 'tables.sql' ], - [ 'ensembl', 'ontology', 'tables.sql' ] ) +foreach my $thing ( [ 'ensembl', 'core', 'table.sql' ], + [ 'ensembl-compara', 'compara', 'table.sql' ], + [ 'ensembl-functgenomics', 'funcgen', 'efg.sql' ], + [ 'ensembl-variation', 'variation', 'table.sql' ], + [ 'ensembl-production', 'production', 'tables.sql' ], + [ 'ensembl', 'ontology', 'tables.sql' ] ) { my ($cvs_module, $schema_type, $schema_file) = @{$thing}; -- GitLab