Remove whitespace chars.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@119732 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/namespace/TestNamespace.py b/test/namespace/TestNamespace.py
index 82f893e..d763ec0 100644
--- a/test/namespace/TestNamespace.py
+++ b/test/namespace/TestNamespace.py
@@ -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)