This is the result of a batch reindent.py across our tree.
As Martin pointed out, we ought to be more careful and
create a pre-svn commit script to avoid inserting trash
in the tree, meanwhile, this is a good start to cleanup
things

Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@3487 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/cli/topic_common_unittest.py b/cli/topic_common_unittest.py
index 1021f80..5f4284e 100755
--- a/cli/topic_common_unittest.py
+++ b/cli/topic_common_unittest.py
@@ -252,7 +252,7 @@
         class opt(object):
             flist_obj = cli_mock.create_file('a b c\nd,e\nf\ng, \n, ,,')
             flist = flist_obj.name
-            inline = 'a b,c,d h, ,  ,,	'
+            inline = 'a b,c,d h, ,  ,,  '
         self.__test_parsing_all_good(opt(), ['i','j,d'],
                                      ['a', 'b', 'c', 'd', 'e',
                                       'f', 'g', 'h', 'i', 'j'])