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: v16.2.5~7^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=80fab0175cae733b3e818b25aa3834d2aa21c6ba;p=ceph.git test/pybind: do not use tab for indent the python source file is idented using spaces. Signed-off-by: Kefu Chai (cherry picked from commit 952285dcde501b38a63533768705526d3c5f02dc) --- diff --git a/src/test/pybind/test_ceph_argparse.py b/src/test/pybind/test_ceph_argparse.py index f37944fa8d5..38d20a53f56 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