summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2019-10-21 22:48:27 +0000
committerAdrian Prantl <aprantl@apple.com>2019-10-21 22:48:27 +0000
commit72350e6ea8b317aeb75b709075601a842b807d18 (patch)
tree3747c8d4b348cf5ac889f8cab874bf1b654928cb
parent5b4e00f1d6dc2ab5847452ca969e8d0362e3671e (diff)
whitespace cleanup
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@375465 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--unittests/Expression/DWARFExpressionTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Expression/DWARFExpressionTest.cpp b/unittests/Expression/DWARFExpressionTest.cpp
index f726d7766..f6276de4e 100644
--- a/unittests/Expression/DWARFExpressionTest.cpp
+++ b/unittests/Expression/DWARFExpressionTest.cpp
@@ -282,7 +282,7 @@ TEST(DWARFExpression, DW_OP_convert) {
//
// Positive tests.
//
-
+
// Truncate to default unspecified (pointer-sized) type.
EXPECT_THAT_EXPECTED(
t.Eval({DW_OP_const8u, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88, //