From 952285dcde501b38a63533768705526d3c5f02dc Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 9 Jun 2021 10:57:32 +0800 Subject: [PATCH] test/pybind: do not use tab for indent the python source file is idented using spaces. Signed-off-by: Kefu Chai --- src/test/pybind/test_ceph_argparse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/pybind/test_ceph_argparse.py b/src/test/pybind/test_ceph_argparse.py index f37944fa8d555..38d20a53f5679 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 -- 2.39.5