commit | 2c3b32d25620c26e26fd590c198ec6d9cf91da57 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Tue Mar 26 17:50:12 2013 +0100 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Thu Mar 28 11:52:44 2013 +0100 |
tree | b062c3c8c837dff2d5c03875423ed7aaba3882f4 | |
parent | 88c6588c5165da1526f735ed850861c5b74670bd [diff] |
qcow2: Move cluster gathering to a non-looping loop This patch is mainly to separate the indentation change from the semantic changes. All that really changes here is that everything moves into a while loop, all 'goto done' become 'break' and at the end of the loop a new 'break is inserted. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>