summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2019-01-24 18:17:17 +0000
committerRui Ueyama <ruiu@google.com>2019-01-24 18:17:17 +0000
commitec33fd6dd5a120699cdf8f5d103e7ab4052c657b (patch)
tree589d63a85ddc99cdadce03786930d53963331f1f
parentb62e9dc46b353f8832516f60c9ea13c82d1ea183 (diff)
downloadbcm5719-llvm-ec33fd6dd5a120699cdf8f5d103e7ab4052c657b.tar.gz
bcm5719-llvm-ec33fd6dd5a120699cdf8f5d103e7ab4052c657b.zip
Untabify.
llvm-svn: 352070
-rw-r--r--lld/ELF/InputFiles.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/InputFiles.cpp b/lld/ELF/InputFiles.cpp
index 8b455c66e69..9a6c3487c17 100644
--- a/lld/ELF/InputFiles.cpp
+++ b/lld/ELF/InputFiles.cpp
@@ -450,7 +450,7 @@ void ObjFile<ELFT>::initializeSections(
if (IsNew) {
if (Config->Relocatable)
this->Sections[I] = createInputSection(Sec);
- continue;
+ continue;
}
OpenPOWER on IntegriCloud