python: PEP 8: miscellaneous indentation fixes

Small fixes for few remaining indentation issues.

No behaviour changes.
This commit is contained in:
Pino Toscano
2016-05-04 15:18:21 +02:00
parent 6e34396661
commit 845d518b8b
3 changed files with 4 additions and 4 deletions

View File

@@ -58,5 +58,4 @@ This package contains the Python bindings for libguestfs.
libraries=['guestfs'],
define_macros=[('GUESTFS_PRIVATE', '1')],
)
]
)
])