]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks: use spaces intead of tabs for indent
authorKefu Chai <kchai@redhat.com>
Fri, 27 Mar 2020 03:39:24 +0000 (11:39 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 2 Jun 2020 02:32:23 +0000 (10:32 +0800)
commita4a4b92ea7ca851c1d5ebe1dee7cc81e8c108a5c
tree3f23d5c83a083c59d96d21babc3a557f3563a7a9
parent45bdf72dd7af022ac44b23e31ed801b5460bc567
qa/tasks: use spaces intead of tabs for indent

to address the errors of
```
TabError: inconsistent use of tabs and spaces in indentation
```

somehow in master, we are using spaces instead of tabs, so this change
is not cherry-picked from master.

Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/tasks/ceph_manager.py
qa/tasks/keystone.py
qa/tasks/peer.py
qa/tasks/radosgw_admin.py