From e57fe85a599a8cc4990d6f4605f86b89dcb952b3 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Mon, 21 Oct 2019 22:48:27 +0000 Subject: [PATCH] whitespace cleanup llvm-svn: 375465 --- lldb/unittests/Expression/DWARFExpressionTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/unittests/Expression/DWARFExpressionTest.cpp b/lldb/unittests/Expression/DWARFExpressionTest.cpp index f726d77..f6276de 100644 --- a/lldb/unittests/Expression/DWARFExpressionTest.cpp +++ b/lldb/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, // -- 2.7.4