]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test/pybind: do not use tab for indent
authorKefu Chai <kchai@redhat.com>
Wed, 9 Jun 2021 02:57:32 +0000 (10:57 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 14 Jun 2021 01:50:46 +0000 (09:50 +0800)
the python source file is idented using spaces.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/test/pybind/test_ceph_argparse.py

index f37944fa8d55505ba736c1356a839de0723c922c..38d20a53f567973829c63ff00189e39906350e59 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/env python3
-# -*- mode:python; tab-width:4; indent-tabs-mode:t; coding:utf-8 -*-
+# -*- mode:python; tab-width:4; indent-tabs-mode:nil; coding:utf-8 -*-
 # vim: ts=4 sw=4 smarttab expandtab fileencoding=utf-8
 #
 # Ceph - scalable distributed file system