mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
fix syntax-check error (replace TAB to space)
This commit is contained in:
parent
deefaf1891
commit
adc1d93f97
@ -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>
|
Fri Aug 1 15:28:00 BST 2008 Richard W.M. Jones <rjones@redhat.com>
|
||||||
|
|
||||||
'virsh edit' and related commands
|
'virsh edit' and related commands
|
||||||
|
@ -1181,7 +1181,7 @@ xend_detect_config_version(virConnectPtr conn) {
|
|||||||
*/
|
*/
|
||||||
static int
|
static int
|
||||||
xenDaemonParseSxprOS(virConnectPtr xend,
|
xenDaemonParseSxprOS(virConnectPtr xend,
|
||||||
const struct sexpr *node,
|
const struct sexpr *node,
|
||||||
virDomainDefPtr def,
|
virDomainDefPtr def,
|
||||||
int hvm)
|
int hvm)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user