]> Git Repo - qemu.git/commit
iotests: Change coding style of _filter_nbd in 083
authorMax Reitz <[email protected]>
Mon, 25 Jan 2016 18:41:10 +0000 (19:41 +0100)
committerMax Reitz <[email protected]>
Tue, 2 Feb 2016 16:49:42 +0000 (17:49 +0100)
commitd1f9cd70843f9d66948da46744b656babcc964f8
tree71a0226cf67026c40ba946abc0b97b49436b41ad
parent05d0fce49722dd18803a70f00a2ecb1ae92d98d3
iotests: Change coding style of _filter_nbd in 083

In order to be able to move _filter_nbd to common.filter in the next
patch, its coding style needs to be adapted to that of common.filter.
That means, we have to convert tabs to four spaces, adjust the alignment
of the last line (done with spaces already, assuming one tab equals
eight spaces), fix the line length of the comment, and add a line break
before the opening brace.

Signed-off-by: Max Reitz <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
tests/qemu-iotests/083
This page took 0.025552 seconds and 4 git commands to generate.