summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2019-12-17 09:13:23 +0100
committerRaphael Isemann <teemperor@gmail.com>2019-12-17 09:13:48 +0100
commitba6f25d7d3671f8ff1d072a43a292950dbbf899e (patch)
treef59042614f4a10863036498bcb011e69a5a96fc8 /lldb/source/Utility
parentd39510ec1cda7c7808c1ecadb1364382f92c1af3 (diff)
downloadbcm5719-llvm-ba6f25d7d3671f8ff1d072a43a292950dbbf899e.tar.gz
bcm5719-llvm-ba6f25d7d3671f8ff1d072a43a292950dbbf899e.zip
[lldb][NFC] Make clang-format happy by removing trailing space in ArchSpec.cpp
Diffstat (limited to 'lldb/source/Utility')
-rw-r--r--lldb/source/Utility/ArchSpec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Utility/ArchSpec.cpp b/lldb/source/Utility/ArchSpec.cpp
index b638a6138cf..3dae25ceacd 100644
--- a/lldb/source/Utility/ArchSpec.cpp
+++ b/lldb/source/Utility/ArchSpec.cpp
@@ -444,7 +444,7 @@ static const ArchDefinitionEntry g_elf_arch_entries[] = {
{ArchSpec::eCore_hexagon_generic, llvm::ELF::EM_HEXAGON,
LLDB_INVALID_CPUTYPE, 0xFFFFFFFFu, 0xFFFFFFFFu}, // HEXAGON
{ArchSpec::eCore_arc, llvm::ELF::EM_ARC_COMPACT2, LLDB_INVALID_CPUTYPE,
- 0xFFFFFFFFu, 0xFFFFFFFFu }, // ARC
+ 0xFFFFFFFFu, 0xFFFFFFFFu}, // ARC
};
static const ArchDefinition g_elf_arch_def = {
OpenPOWER on IntegriCloud