summaryrefslogtreecommitdiff
path: root/lld/ELF/Writer.h
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2016-10-20 08:36:42 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2016-10-20 08:36:42 +0000
commit8130d194d0859c58e0c361a15dce9beb251a813c (patch)
tree124b5432e7de413a20465f93acf17bcc99688dac /lld/ELF/Writer.h
parenta4a0015153ca876667c2b03416f8c15a4d2982ff (diff)
[ELF] - Applied clang format. NFC.
Diffstat (limited to 'lld/ELF/Writer.h')
-rw-r--r--lld/ELF/Writer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lld/ELF/Writer.h b/lld/ELF/Writer.h
index 3a380a980bd..5fce5b4eefa 100644
--- a/lld/ELF/Writer.h
+++ b/lld/ELF/Writer.h
@@ -28,8 +28,7 @@ template <class ELFT> bool isRelroSection(OutputSectionBase<ELFT> *Sec);
// This describes a program header entry.
// Each contains type, access flags and range of output sections that will be
// placed in it.
-template<class ELFT>
-struct PhdrEntry {
+template <class ELFT> struct PhdrEntry {
PhdrEntry(unsigned Type, unsigned Flags);
void add(OutputSectionBase<ELFT> *Sec);