diff --git a/llvm/tools/gold/gold-plugin.cpp b/llvm/tools/gold/gold-plugin.cpp index e2cd6c6d3d61..e9d81870e6dc 100644 --- a/llvm/tools/gold/gold-plugin.cpp +++ b/llvm/tools/gold/gold-plugin.cpp @@ -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; }