
16 Mar
2011
16 Mar
'11
1:28 a.m.
+ +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