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, //


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to