mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
savevm.c: Coding style fix
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Reviewed-by: Orit Wasserman <owasserm@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>
This commit is contained in:
committed by
Juan Quintela
parent
38ff78d363
commit
51b7fa5b3c
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user