[Lldb-commits] [lldb] r119732 - /lldb/trunk/test/namespace/TestNamespace.py

Johnny Chen johnny.chen at apple.com
Thu Nov 18 12:20:18 PST 2010


Author: johnny
Date: Thu Nov 18 14:20:18 2010
New Revision: 119732

URL: http://llvm.org/viewvc/llvm-project?rev=119732&view=rev
Log:
Remove whitespace chars.

Modified:
    lldb/trunk/test/namespace/TestNamespace.py

Modified: lldb/trunk/test/namespace/TestNamespace.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/namespace/TestNamespace.py?rev=119732&r1=119731&r2=119732&view=diff
==============================================================================
--- lldb/trunk/test/namespace/TestNamespace.py (original)
+++ lldb/trunk/test/namespace/TestNamespace.py Thu Nov 18 14:20:18 2010
@@ -61,8 +61,8 @@
                      '(my_uint_t) anon_uint = 0',
                      '(A::uint_t) a_uint = 1',
                      '(A::B::uint_t) b_uint = 2',
-                     '(Y::uint_t) y_uint = 3']        
-            
+                     '(Y::uint_t) y_uint = 3']
+
         # 'frame variable' displays the local variables with type information.
         self.expect('frame variable', VARIABLES_DISPLAYED_CORRECTLY,
             substrs = slist)





More information about the lldb-commits mailing list