diff mbox

[1/2] arch_init: replace tabs by spaces.

Message ID 1282105813-16020-2-git-send-email-tamura.yoshiaki@lab.ntt.co.jp
State New
Headers show

Commit Message

Yoshiaki Tamura Aug. 18, 2010, 4:30 a.m. UTC
Signed-off-by: Yoshiaki Tamura <tamura.yoshiaki@lab.ntt.co.jp>
---
 arch_init.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

Comments

Anthony Liguori Aug. 22, 2010, 9:30 p.m. UTC | #1
On 08/17/2010 11:30 PM, Yoshiaki Tamura wrote:
> Signed-off-by: Yoshiaki Tamura<tamura.yoshiaki@lab.ntt.co.jp>
>    

Applied.  Thanks.

Regards,

Anthony Liguori
> ---
>   arch_init.c |   12 ++++++------
>   1 files changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/arch_init.c b/arch_init.c
> index 47bb4b2..1865ae5 100644
> --- a/arch_init.c
> +++ b/arch_init.c
> @@ -82,12 +82,12 @@ const uint32_t arch_type = QEMU_ARCH;
>   /***********************************************************/
>   /* ram save/restore */
>
> -#define RAM_SAVE_FLAG_FULL	0x01 /* Obsolete, not used anymore */
> -#define RAM_SAVE_FLAG_COMPRESS	0x02
> -#define RAM_SAVE_FLAG_MEM_SIZE	0x04
> -#define RAM_SAVE_FLAG_PAGE	0x08
> -#define RAM_SAVE_FLAG_EOS	0x10
> -#define RAM_SAVE_FLAG_CONTINUE	0x20
> +#define RAM_SAVE_FLAG_FULL     0x01 /* Obsolete, not used anymore */
> +#define RAM_SAVE_FLAG_COMPRESS 0x02
> +#define RAM_SAVE_FLAG_MEM_SIZE 0x04
> +#define RAM_SAVE_FLAG_PAGE     0x08
> +#define RAM_SAVE_FLAG_EOS      0x10
> +#define RAM_SAVE_FLAG_CONTINUE 0x20
>
>   static int is_dup_page(uint8_t *page, uint8_t ch)
>   {
>
diff mbox

Patch

diff --git a/arch_init.c b/arch_init.c
index 47bb4b2..1865ae5 100644
--- a/arch_init.c
+++ b/arch_init.c
@@ -82,12 +82,12 @@  const uint32_t arch_type = QEMU_ARCH;
 /***********************************************************/
 /* ram save/restore */
 
-#define RAM_SAVE_FLAG_FULL	0x01 /* Obsolete, not used anymore */
-#define RAM_SAVE_FLAG_COMPRESS	0x02
-#define RAM_SAVE_FLAG_MEM_SIZE	0x04
-#define RAM_SAVE_FLAG_PAGE	0x08
-#define RAM_SAVE_FLAG_EOS	0x10
-#define RAM_SAVE_FLAG_CONTINUE	0x20
+#define RAM_SAVE_FLAG_FULL     0x01 /* Obsolete, not used anymore */
+#define RAM_SAVE_FLAG_COMPRESS 0x02
+#define RAM_SAVE_FLAG_MEM_SIZE 0x04
+#define RAM_SAVE_FLAG_PAGE     0x08
+#define RAM_SAVE_FLAG_EOS      0x10
+#define RAM_SAVE_FLAG_CONTINUE 0x20
 
 static int is_dup_page(uint8_t *page, uint8_t ch)
 {