summaryrefslogtreecommitdiff
path: root/block.h
diff options
context:
space:
mode:
authorJan Kiszka <jan.kiszka@siemens.com>2009-11-30 18:21:19 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2009-12-03 10:48:52 -0600
commita55eb92c22a7be05bae0de6163bbe1e5f1d43ba3 (patch)
treedd373f0889e197b08227031c29b843ea8f4f2bfa /block.h
parent1302425d737857e7598b812eb25c159f31d4ab27 (diff)
downloadqemu-a55eb92c22a7be05bae0de6163bbe1e5f1d43ba3.tar.gz
block migration: Fix coding style and whitespaces
No functional changes. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'block.h')
-rw-r--r--block.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/block.h b/block.h
index 2d4f066906..85d231df64 100644
--- a/block.h
+++ b/block.h
@@ -190,7 +190,7 @@ int bdrv_load_vmstate(BlockDriverState *bs, uint8_t *buf,
void bdrv_set_dirty_tracking(BlockDriverState *bs, int enable);
int bdrv_get_dirty(BlockDriverState *bs, int64_t sector);
-void bdrv_reset_dirty(BlockDriverState *bs, int64_t cur_sector,
- int nr_sectors);
+void bdrv_reset_dirty(BlockDriverState *bs, int64_t cur_sector,
+ int nr_sectors);
int bdrv_get_sectors_per_chunk(void);
#endif