From patchwork Mon Oct 19 18:42:51 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [06/25] vmstate: fix indentation Date: Mon, 19 Oct 2009 08:42:51 -0000 From: Juan Quintela X-Patchwork-Id: 36397 Message-Id: <816f4d150a044b8e21a95cf30392055cf24ff01c.1255976538.git.quintela@redhat.com> To: qemu-devel@nongnu.org Signed-off-by: Juan Quintela --- hw/hw.h | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hw/hw.h b/hw/hw.h index 89c138d..cd42f74 100644 --- a/hw/hw.h +++ b/hw/hw.h @@ -281,12 +281,12 @@ struct VMStateInfo { }; enum VMStateFlags { - VMS_SINGLE = 0x001, - VMS_POINTER = 0x002, - VMS_ARRAY = 0x004, - VMS_STRUCT = 0x008, - VMS_VARRAY_INT32 = 0x010, /* Array with size in another field */ - VMS_BUFFER = 0x020, /* static sized buffer */ + VMS_SINGLE = 0x001, + VMS_POINTER = 0x002, + VMS_ARRAY = 0x004, + VMS_STRUCT = 0x008, + VMS_VARRAY_INT32 = 0x010, /* Array with size in another field */ + VMS_BUFFER = 0x020, /* static sized buffer */ VMS_ARRAY_OF_POINTER = 0x040, };