Skip to content

Commit 6210a94

Browse files
committed
really fix style
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64923 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent f2ec7e4 commit 6210a94

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tools/gold/gold-plugin.cpp

+6-6
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,13 @@ ld_plugin_status onload(ld_plugin_tv *tv) {
143143
}
144144

145145
if (!registeredClaimFile) {
146-
(*message)(LDPL_ERROR, "register_claim_file not passed to LLVMgold.");
147-
return LDPS_ERR;
148-
}
146+
(*message)(LDPL_ERROR, "register_claim_file not passed to LLVMgold.");
147+
return LDPS_ERR;
148+
}
149149
if (!add_symbols) {
150-
(*message)(LDPL_ERROR, "add_symbols not passed to LLVMgold.");
151-
return LDPS_ERR;
152-
}
150+
(*message)(LDPL_ERROR, "add_symbols not passed to LLVMgold.");
151+
return LDPS_ERR;
152+
}
153153

154154
return LDPS_OK;
155155
}

0 commit comments

Comments
 (0)