summaryrefslogtreecommitdiffstats
path: root/lld/lib/Core/SymbolTable.cpp
diff options
context:
space:
mode:
authorShankar Easwaran <shankare@codeaurora.org>2013-03-14 16:09:49 +0000
committerShankar Easwaran <shankare@codeaurora.org>2013-03-14 16:09:49 +0000
commit8962feb9155db2b7d7ceabc53f0c57b4e3c889ea (patch)
tree07d6602db6dec450a3765b0ff304170bac386eb4 /lld/lib/Core/SymbolTable.cpp
parent0a22bc4156e123d0823b8cbba05a63c626a02ab1 (diff)
downloadbcm5719-llvm-8962feb9155db2b7d7ceabc53f0c57b4e3c889ea.tar.gz
bcm5719-llvm-8962feb9155db2b7d7ceabc53f0c57b4e3c889ea.zip
[lld] remove trailing whitespace
llvm-svn: 177079
Diffstat (limited to 'lld/lib/Core/SymbolTable.cpp')
-rw-r--r--lld/lib/Core/SymbolTable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/lib/Core/SymbolTable.cpp b/lld/lib/Core/SymbolTable.cpp
index 29e58796022..9fd4eb26354 100644
--- a/lld/lib/Core/SymbolTable.cpp
+++ b/lld/lib/Core/SymbolTable.cpp
@@ -46,7 +46,7 @@ void SymbolTable::add(const AbsoluteAtom &atom) {
}
void SymbolTable::add(const DefinedAtom &atom) {
- if (!atom.name().empty() &&
+ if (!atom.name().empty() &&
(atom.scope() != DefinedAtom::scopeTranslationUnit)) {
// Named atoms cannot be merged by content.
assert(atom.merge() != DefinedAtom::mergeByContent);
OpenPOWER on IntegriCloud