]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph_rest_api.py: fix pep8 whitespace issues
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Tue, 3 Mar 2015 10:23:14 +0000 (11:23 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Tue, 3 Mar 2015 12:01:46 +0000 (13:01 +0100)
commite13d4dfe34747d6166ec829ce0e43a1622c487e6
tree08fd34b30da862e804f12006f48a09ed1958b56a
parent8c8cdf2854c1d7a930bba44d89658e8c1ebf14f3
ceph_rest_api.py: fix pep8 whitespace issues

Fixes for:
- E226 missing whitespace around arithmetic operator
- E231 missing whitespace after ':' and ','
- E265 block comment should start with '#

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