make tidy

This commit is contained in:
Xavier Guimard 2010-10-04 17:27:32 +00:00
parent 030da0ee57
commit cc2fbdf7d1
2 changed files with 19 additions and 19 deletions

View File

@ -373,7 +373,7 @@ s/^(samlSPMetaDataXML|samlSPMetaDataExportedAttributes|samlSPMetaDataOptions)\/(
$errors->{error}->{$name} = $msg; $errors->{error}->{$name} = $msg;
} }
}; };
$errors->{warnings}->{$name} = "Test $name failed: $@" if($@); $errors->{warnings}->{$name} = "Test $name failed: $@" if ($@);
} }
} }