diff options
| author | Rui Ueyama <ruiu@google.com> | 2016-10-05 20:09:50 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2016-10-05 20:09:50 +0000 |
| commit | b66260ac17d65c3aa437ff78972cfac888581dd5 (patch) | |
| tree | 94981142448d29473d9c7232eb92aa962045b2a6 /lld/ELF/LinkerScript.cpp | |
| parent | 3b6cbd55f733dc9b91404fa8c344f816bc64171a (diff) | |
| download | bcm5719-llvm-b66260ac17d65c3aa437ff78972cfac888581dd5.tar.gz bcm5719-llvm-b66260ac17d65c3aa437ff78972cfac888581dd5.zip | |
Remove trailing whitespace.
llvm-svn: 283372
Diffstat (limited to 'lld/ELF/LinkerScript.cpp')
| -rw-r--r-- | lld/ELF/LinkerScript.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/ELF/LinkerScript.cpp b/lld/ELF/LinkerScript.cpp index aa01d537558..e795b1d9cd4 100644 --- a/lld/ELF/LinkerScript.cpp +++ b/lld/ELF/LinkerScript.cpp @@ -112,8 +112,8 @@ bool LinkerScript<ELFT>::shouldKeep(InputSectionBase<ELFT> *S) { StringRef Filename = S->getFile()->getName(); if (!ID->FileRe.match(sys::path::filename(Filename))) continue; - - for (SectionPattern &P : ID->SectionPatterns) + + for (SectionPattern &P : ID->SectionPatterns) if (P.SectionRe.match(S->Name)) return true; } |

