summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Chunks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lld/ELF/Chunks.cpp')
-rw-r--r--lld/ELF/Chunks.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lld/ELF/Chunks.cpp b/lld/ELF/Chunks.cpp
index 77b8fa1f46f..11186b4e39b 100644
--- a/lld/ELF/Chunks.cpp
+++ b/lld/ELF/Chunks.cpp
@@ -19,8 +19,7 @@ using namespace lld::elf2;
template <class ELFT>
SectionChunk<ELFT>::SectionChunk(object::ELFFile<ELFT> *Obj,
const Elf_Shdr *Header)
- : Obj(Obj), Header(Header) {
-}
+ : Obj(Obj), Header(Header) {}
template <class ELFT> void SectionChunk<ELFT>::writeTo(uint8_t *Buf) {
if (Header->sh_type == SHT_NOBITS)
OpenPOWER on IntegriCloud