Skip to content
Snippets Groups Projects
Commit 55faf258 authored by Andy Yates's avatar Andy Yates
Browse files

tabs to 2 space indents

parent d5e73c6e
No related branches found
No related tags found
No related merge requests found
......@@ -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};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment