> > +
> > +static int qemuDomainModifyDevicePersistent(virDomainPtr dom,
> > const char *xml,
>
> Indentation is not consistent.
>
ok.
FYI, if you use vim as your editor, the following configuration can save
you a lot of time:
set autoindent
set smartindent
set cindent
set tabstop=4
set shiftwidth=4
set expandtab
set cinoptions=(0,:0,l1,t0
Just select the code snippet and press `=' will indent the code nicely.
--
Thanks,
Hu Tao