]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix comments style according to the Hacking Rules
authorYuriy Nesenenko <ynesenenko@mirantis.com>
Wed, 11 Feb 2015 11:19:40 +0000 (13:19 +0200)
committerYuriy Nesenenko <ynesenenko@mirantis.com>
Wed, 18 Feb 2015 12:10:19 +0000 (14:10 +0200)
commit84afca21fd19d5f78259f0a820258645c1780749
tree22abf3290e966e39eedf1301eee0bef2ca1ec14c
parent2501bf51916c15ceb2a53efb3c384184a2bcba92
Fix comments style according to the Hacking Rules

According to the PEP8(E265) there should be at least
one space before block comment.

Change-Id: Ic51f80210becc375b30f0f4e9eeb54995775c817
Partial-Bug: #1407162
53 files changed:
cinder/api/contrib/backups.py
cinder/api/contrib/qos_specs_manage.py
cinder/api/contrib/scheduler_stats.py
cinder/api/middleware/sizelimit.py
cinder/api/openstack/wsgi.py
cinder/api/v1/snapshots.py
cinder/api/v1/volumes.py
cinder/api/v2/snapshots.py
cinder/api/views/qos_specs.py
cinder/api/xmlutil.py
cinder/backup/api.py
cinder/brick/initiator/connector.py
cinder/db/sqlalchemy/api.py
cinder/db/sqlalchemy/migrate_repo/versions/021_add_default_quota_class.py
cinder/exception.py
cinder/image/glance.py
cinder/scheduler/filter_scheduler.py
cinder/scheduler/weights/capacity.py
cinder/tests/api/contrib/test_backups.py
cinder/tests/api/extensions/foxinsocks.py
cinder/tests/api/v1/test_limits.py
cinder/tests/api/v1/test_snapshot_metadata.py
cinder/tests/api/v1/test_snapshots.py
cinder/tests/api/v1/test_volume_metadata.py
cinder/tests/api/v1/test_volumes.py
cinder/tests/api/v2/test_limits.py
cinder/tests/api/v2/test_snapshot_metadata.py
cinder/tests/api/v2/test_snapshots.py
cinder/tests/api/v2/test_volume_metadata.py
cinder/tests/brick/test_brick_lvm.py
cinder/tests/glance/stubs.py
cinder/tests/image/fake.py
cinder/tests/image/test_glance.py
cinder/tests/test_backup.py
cinder/tests/test_backup_ceph.py
cinder/tests/test_dellsc.py
cinder/tests/test_emc_vnxdirect.py
cinder/tests/test_hp3par.py
cinder/tests/test_openvstorage.py
cinder/tests/test_prophetstor_dpl.py
cinder/tests/test_storwize_svc.py
cinder/tests/test_volume_transfer.py
cinder/tests/test_volume_types.py
cinder/tests/test_xio.py
cinder/tests/test_zadara.py
cinder/volume/drivers/hds/nfs.py
cinder/volume/drivers/huawei/__init__.py
cinder/volume/drivers/remotefs.py
cinder/volume/drivers/san/hp/hp_3par_common.py
cinder/volume/drivers/sheepdog.py
cinder/volume/flows/api/create_volume.py
cinder/volume/volume_types.py
tox.ini