[Lldb-commits] [lldb] e57fe85 - whitespace cleanup

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 21 15:47:07 PDT 2019


Author: Adrian Prantl
Date: 2019-10-21T22:48:27Z
New Revision: e57fe85a599a8cc4990d6f4605f86b89dcb952b3

URL: https://github.com/llvm/llvm-project/commit/e57fe85a599a8cc4990d6f4605f86b89dcb952b3
DIFF: https://github.com/llvm/llvm-project/commit/e57fe85a599a8cc4990d6f4605f86b89dcb952b3.diff

LOG: whitespace cleanup

llvm-svn: 375465

Added: 
    

Modified: 
    lldb/unittests/Expression/DWARFExpressionTest.cpp

Removed: 
    


################################################################################
diff  --git a/lldb/unittests/Expression/DWARFExpressionTest.cpp b/lldb/unittests/Expression/DWARFExpressionTest.cpp
index f726d7766841..f6276de4e753 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, //


        


More information about the lldb-commits mailing list