summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/Reader.cpp
diff options
context:
space:
mode:
authorShankar Easwaran <shankare@codeaurora.org>2014-01-27 03:09:26 +0000
committerShankar Easwaran <shankare@codeaurora.org>2014-01-27 03:09:26 +0000
commit3d8de47f76529dba40fc34d497576d9cb51330bc (patch)
tree143515f3acdefd2c6c53e2553af9b34ff120a13d /lld/lib/ReaderWriter/Reader.cpp
parenta64ba010f040003685c507c82237dae9fd4e6f59 (diff)
downloadbcm5719-llvm-3d8de47f76529dba40fc34d497576d9cb51330bc.tar.gz
bcm5719-llvm-3d8de47f76529dba40fc34d497576d9cb51330bc.zip
Fix trailing whitespace.
llvm-svn: 200182
Diffstat (limited to 'lld/lib/ReaderWriter/Reader.cpp')
-rw-r--r--lld/lib/ReaderWriter/Reader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/lib/ReaderWriter/Reader.cpp b/lld/lib/ReaderWriter/Reader.cpp
index 35affd78e2b..16eb7a0fa4e 100644
--- a/lld/lib/ReaderWriter/Reader.cpp
+++ b/lld/lib/ReaderWriter/Reader.cpp
@@ -64,7 +64,7 @@ Registry::Registry() {
kindStrings);
}
-bool Registry::handleTaggedDoc(llvm::yaml::IO &io,
+bool Registry::handleTaggedDoc(llvm::yaml::IO &io,
const lld::File *&file) const {
for (const std::unique_ptr<YamlIOTaggedDocumentHandler> &h : _yamlHandlers) {
if (h->handledDocTag(io, file))
OpenPOWER on IntegriCloud