]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph_argparse.py: fix pep8 indentation errors
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Tue, 3 Mar 2015 10:00:05 +0000 (11:00 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Tue, 3 Mar 2015 11:59:31 +0000 (12:59 +0100)
commitc64d491601c19ad701364526dc9e84e13d7d8d85
tree8983f9f00e24a5a7478a1c5ebf8f69dd99c6e23d
parent1dad7264116db564dba8e81dbb2680cee3419fe5
ceph_argparse.py: fix pep8 indentation errors

Fix for:
- E126 continuation line over-indented for hanging indent
- E128 continuation line under-indented for visual indent
- E129 visually indented line with same indent as next logical line
- E131 continuation line unaligned for hanging indent

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/pybind/ceph_argparse.py