mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
[refactoring][minor] Replaced all tabs with four spaces.
This commit is contained in:
parent
e646e4768d
commit
239a4fb100
2891 changed files with 79411 additions and 79411 deletions
|
|
@ -51,12 +51,12 @@ close(DATA);
|
|||
my %implementedCards;
|
||||
|
||||
foreach my $setName (keys %knownSets) {
|
||||
foreach my $keyCard (keys %{$cardsBySet{$setName}}) {
|
||||
foreach my $keyCard (keys %{$cardsBySet{$setName}}) {
|
||||
my $fileName = "../Mage.Sets/src/mage/sets/" . $knownSets{$setName} . "/" . getClassName($keyCard) . ".java";
|
||||
if(-e $fileName) {
|
||||
$implementedCards{$keyCard} = 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
open (OLD, "> $oldListFile");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue