From 39aa9a12ccbfd1ca2253fd1dc584bfb13670be47 Mon Sep 17 00:00:00 2001 From: Devin Nakamura Date: Thu, 9 Jun 2011 01:06:43 -0400 Subject: Replaced tabs with spaces in block.h and block_int.h Signed-off-by: Devin Nakamura Signed-off-by: Kevin Wolf --- block_int.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'block_int.h') 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; -- cgit v1.2.3