Fix indentation errors found by Pep8 1.4.6+

As a preparation in order to switch to a newer
Pep8 version in the future, fix the indentation errors
that are missed by Pep8 1.4.5 due to bugs.

Change-Id: I30acf8fdc1ae7eadcbc1849409c989c2422f0f8f
Closes-Bug: #1267994
This commit is contained in:
Dirk Mueller 2014-02-02 14:41:21 +01:00
parent 22408ff5bc
commit b3e5756ddb
3 changed files with 17 additions and 16 deletions

View File

@ -1297,7 +1297,8 @@ class TaskTests(test_utils.BaseTestCase):
"type": "export",
"input": {
"export_uuid": "deadbeef-dead-dead-dead-beefbeefbeef",
"export_to": "swift://cloud.foo/myaccount/mycontainer/path",
"export_to":
"swift://cloud.foo/myaccount/mycontainer/path",
"export_format": "qcow2"
}
},