From: Kefu Chai Date: Wed, 9 Jun 2021 02:57:32 +0000 (+0800) Subject: test/pybind: do not use tab for indent X-Git-Tag: v17.1.0~1645^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=952285dcde501b38a63533768705526d3c5f02dc;p=ceph.git test/pybind: do not use tab for indent the python source file is idented using spaces. Signed-off-by: Kefu Chai --- diff --git a/src/test/pybind/test_ceph_argparse.py b/src/test/pybind/test_ceph_argparse.py index f37944fa8d55..38d20a53f567 100755 --- a/src/test/pybind/test_ceph_argparse.py +++ b/src/test/pybind/test_ceph_argparse.py @@ -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