From 98c507ed5c2883bc8ef487d952e851da37f8b32f Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Wed, 18 Feb 2009 08:30:15 +0000 Subject: fix style git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64905 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/gold/gold-plugin.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'tools/gold/gold-plugin.cpp') diff --git a/tools/gold/gold-plugin.cpp b/tools/gold/gold-plugin.cpp index e2cd6c6d3d..e9d81870e6 100644 --- a/tools/gold/gold-plugin.cpp +++ b/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; } -- cgit v1.2.3