fix syntax-check error (replace TAB to space)

This commit is contained in:
Atsushi SAKAI 2008-08-04 06:33:25 +00:00
parent deefaf1891
commit adc1d93f97
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Mon Aug 4 15:30:02 JST 2008 Atsushi SAKAI <sakaia@jp.fujitsu.com>
* src/xend_internal.c: Replace TAB to space.
Fri Aug 1 15:28:00 BST 2008 Richard W.M. Jones <rjones@redhat.com>
'virsh edit' and related commands

View File

@ -1181,7 +1181,7 @@ xend_detect_config_version(virConnectPtr conn) {
*/
static int
xenDaemonParseSxprOS(virConnectPtr xend,
const struct sexpr *node,
const struct sexpr *node,
virDomainDefPtr def,
int hvm)
{