From 51b7fa5b3cf7678263382039a884aa2e74742bb6 Mon Sep 17 00:00:00 2001 From: Eduardo Habkost Date: Thu, 28 Nov 2013 12:01:14 -0200 Subject: [PATCH] savevm.c: Coding style fix Signed-off-by: Eduardo Habkost Reviewed-by: Orit Wasserman Signed-off-by: Juan Quintela --- savevm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/savevm.c b/savevm.c index 66b8b5ec8b..bdb90ef09b 100644 --- a/savevm.c +++ b/savevm.c @@ -2114,7 +2114,8 @@ static SaveStateEntry *find_se(const char *idstr, int instance_id) return NULL; } -static const VMStateDescription *vmstate_get_subsection(const VMStateSubsection *sub, char *idstr) +static const VMStateDescription * + vmstate_get_subsection(const VMStateSubsection *sub, char *idstr) { while (sub && sub->needed) { if (strcmp(idstr, sub->vmsd->name) == 0) { -- 2.11.0