summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2009-02-18 08:30:15 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2009-02-18 08:30:15 +0000
commite08484daf29b6258bba47d45b5b8e34eb4f817b0 (patch)
tree008ddae2eafcd12e1c982d9919c4ef173fad1321
parentad4254935f5086328a664a9e94773df5f30755dd (diff)
downloadbcm5719-llvm-e08484daf29b6258bba47d45b5b8e34eb4f817b0.tar.gz
bcm5719-llvm-e08484daf29b6258bba47d45b5b8e34eb4f817b0.zip
fix style
llvm-svn: 64905
-rw-r--r--llvm/tools/gold/gold-plugin.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/llvm/tools/gold/gold-plugin.cpp b/llvm/tools/gold/gold-plugin.cpp
index e2cd6c6d3d6..e9d81870e6d 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;
}
OpenPOWER on IntegriCloud