mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
fix style
llvm-svn: 64905
This commit is contained in:
parent
9d3e18ed39
commit
3435277172
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user