summaryrefslogtreecommitdiffstats
path: root/lld/ELF/DriverUtils.cpp
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2016-11-14 10:14:18 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2016-11-14 10:14:18 +0000
commitd8b27769c837a7775f2e3419516828692221392c (patch)
treeaba60ce74f794abc680b84867b7af079b2568498 /lld/ELF/DriverUtils.cpp
parent0b2d374c0141e827172ca167b21068a84a2f7e62 (diff)
downloadbcm5719-llvm-d8b27769c837a7775f2e3419516828692221392c.tar.gz
bcm5719-llvm-d8b27769c837a7775f2e3419516828692221392c.zip
[ELF] - format. NFC.
llvm-svn: 286805
Diffstat (limited to 'lld/ELF/DriverUtils.cpp')
-rw-r--r--lld/ELF/DriverUtils.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/lld/ELF/DriverUtils.cpp b/lld/ELF/DriverUtils.cpp
index 952acc517ea..e2ee4693e8e 100644
--- a/lld/ELF/DriverUtils.cpp
+++ b/lld/ELF/DriverUtils.cpp
@@ -41,10 +41,8 @@ using namespace lld::elf;
// Create table mapping all options defined in Options.td
static const opt::OptTable::Info OptInfo[] = {
#define OPTION(X1, X2, ID, KIND, GROUP, ALIAS, X6, X7, X8, X9, X10) \
- { \
- X1, X2, X9, X10, OPT_##ID, opt::Option::KIND##Class, X8, X7, OPT_##GROUP, \
- OPT_##ALIAS, X6 \
- },
+ {X1, X2, X9, X10, OPT_##ID, opt::Option::KIND##Class, \
+ X8, X7, OPT_##GROUP, OPT_##ALIAS, X6},
#include "Options.inc"
#undef OPTION
};
OpenPOWER on IntegriCloud