]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rados.py: fix (white)space issues
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Tue, 3 Mar 2015 11:14:05 +0000 (12:14 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Tue, 3 Mar 2015 12:01:46 +0000 (13:01 +0100)
commit12da819695d8da264ff7219e8c1c1c5e7815a537
treeaba55653dae509a0f93f9a1c0d562ce525de7984
parent6d078a3a7612c360b8e35c28808bce1e01c83f84
rados.py: fix (white)space issues

Fixes for:
- E202 whitespace before '}'
- E221 multiple spaces before operator
- E223 tab before operator
- E226 missing whitespace around arithmetic operator
- E251 unexpected spaces around keyword / parameter equals
- E261 at least two spaces before inline comment
- W293 blank line contains whitespace

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