machine: Fix coding style at machine_run_board_init()
commit3aeaac8fa2d008a1f55b040fde6d4ec06f2f5146
authorDou Liyang <douly.fnst@cn.fujitsu.com>
Tue, 10 Jul 2018 10:51:29 +0000 (10 18:51 +0800)
committerEduardo Habkost <ehabkost@redhat.com>
Fri, 17 Aug 2018 01:27:43 +0000 (16 22:27 -0300)
treebc0062bdc6254f8b4ff2827618c42bad2b8cf49d
parentbb16c0412a572c2c9cd44496deb3ad430bc49c1a
machine: Fix coding style at machine_run_board_init()

Commit 7747abf11487 ("hw/machine: Remove the Zero check of
nb_numa_nodes for numa_complete_configuration()") removed the
curly brackets.  Re-add them.

Signed-off-by: Dou Liyang <douly.fnst@cn.fujitsu.com>
Message-Id: <20180710105129.23296-1-douly.fnst@cn.fujitsu.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
[ehabkost: rewrote commit message]
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
hw/core/machine.c