summaryrefslogtreecommitdiffstats
path: root/llvm/tools
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2009-02-18 17:49:06 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2009-02-18 17:49:06 +0000
commit6add6181c8f79389936a5a6e107d66ef4b06c7ab (patch)
treec2afd695a081d255bdfa50d4c0d972643514d4e3 /llvm/tools
parent220cac5e898d1c89f1813a9198e2c4b4a0f25012 (diff)
downloadbcm5719-llvm-6add6181c8f79389936a5a6e107d66ef4b06c7ab.tar.gz
bcm5719-llvm-6add6181c8f79389936a5a6e107d66ef4b06c7ab.zip
really fix style
llvm-svn: 64923
Diffstat (limited to 'llvm/tools')
-rw-r--r--llvm/tools/gold/gold-plugin.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/llvm/tools/gold/gold-plugin.cpp b/llvm/tools/gold/gold-plugin.cpp
index e9d81870e6d..2ff6aa03094 100644
--- a/llvm/tools/gold/gold-plugin.cpp
+++ b/llvm/tools/gold/gold-plugin.cpp
@@ -143,13 +143,13 @@ ld_plugin_status onload(ld_plugin_tv *tv) {
}
if (!registeredClaimFile) {
- (*message)(LDPL_ERROR, "register_claim_file not passed to LLVMgold.");
- return LDPS_ERR;
- }
+ (*message)(LDPL_ERROR, "register_claim_file not passed to LLVMgold.");
+ return LDPS_ERR;
+ }
if (!add_symbols) {
- (*message)(LDPL_ERROR, "add_symbols not passed to LLVMgold.");
- return LDPS_ERR;
- }
+ (*message)(LDPL_ERROR, "add_symbols not passed to LLVMgold.");
+ return LDPS_ERR;
+ }
return LDPS_OK;
}
OpenPOWER on IntegriCloud