diff options
author | Devin Nakamura <devin122@gmail.com> | 2011-06-09 01:06:43 -0400 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2011-06-15 14:36:15 +0200 |
commit | 39aa9a12ccbfd1ca2253fd1dc584bfb13670be47 (patch) | |
tree | 83affc8d33ab7045a0ee0c3b724d89b6ecf89499 /block_int.h | |
parent | e67a64a869312eccc1487409aaa03177da4d2f26 (diff) |
Replaced tabs with spaces in block.h and block_int.h
Signed-off-by: Devin Nakamura <devin122@gmail.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'block_int.h')
-rw-r--r-- | block_int.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/block_int.h b/block_int.h index fa913371e1..1e265d274d 100644 --- a/block_int.h +++ b/block_int.h @@ -203,8 +203,8 @@ struct BlockDriverState { void *private; }; -#define CHANGE_MEDIA 0x01 -#define CHANGE_SIZE 0x02 +#define CHANGE_MEDIA 0x01 +#define CHANGE_SIZE 0x02 struct BlockDriverAIOCB { AIOPool *pool; |