fix style

llvm-svn: 64905
This commit is contained in:
Rafael Espindola 2009-02-18 08:30:15 +00:00
parent ad4254935f
commit e08484daf2
1 changed files with 2 additions and 4 deletions

View File

@ -142,13 +142,11 @@ ld_plugin_status onload(ld_plugin_tv *tv) {
}
}
if (!registeredClaimFile)
{
if (!registeredClaimFile) {
(*message)(LDPL_ERROR, "register_claim_file not passed to LLVMgold.");
return LDPS_ERR;
}
if (!add_symbols)
{
if (!add_symbols) {
(*message)(LDPL_ERROR, "add_symbols not passed to LLVMgold.");
return LDPS_ERR;
}