]> git.proxmox.com Git - mirror_qemu.git/blobdiff - block_int.h
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[mirror_qemu.git] / block_int.h
index 356594145802312f3d640af606410df01afe34f8..b034023e0516a9cec3eb4e8cea9379340acbacdb 100644 (file)
@@ -79,7 +79,7 @@ struct BlockDriver {
     int (*bdrv_media_changed)(BlockDriverState *bs);
     int (*bdrv_eject)(BlockDriverState *bs, int eject_flag);
     int (*bdrv_set_locked)(BlockDriverState *bs, int locked);
-   
+
     BlockDriverAIOCB *free_aiocb;
     struct BlockDriver *next;
 };
@@ -111,7 +111,7 @@ struct BlockDriverState {
     /* async read/write emulation */
 
     void *sync_aiocb;
-   
+
     /* NOTE: the following infos are only hints for real hardware
        drivers. They are not used by the block driver */
     int cyls, heads, secs, translation;