Re: [libvirt] [PATCH 05/20] openvz: Cleanup indention

2018-03-13 Thread John Ferlan
On 03/13/2018 03:58 AM, Marc Hartmayer wrote: > On Fri, Mar 09, 2018 at 05:48 PM +0100, John Ferlan > wrote: >> Some of the indents were only 2 spaces, make consistent w/ 4 spaces >> >> Signed-off-by: John Ferlan >> --- >> src/openvz/openvz_driver.c | 64 >> +++---

Re: [libvirt] [PATCH 05/20] openvz: Cleanup indention

2018-03-13 Thread Marc Hartmayer
On Fri, Mar 09, 2018 at 05:48 PM +0100, John Ferlan wrote: > Some of the indents were only 2 spaces, make consistent w/ 4 spaces > > Signed-off-by: John Ferlan > --- > src/openvz/openvz_driver.c | 64 > +++--- > 1 file changed, 32 insertions(+), 32 deleti

[libvirt] [PATCH 05/20] openvz: Cleanup indention

2018-03-09 Thread John Ferlan
Some of the indents were only 2 spaces, make consistent w/ 4 spaces Signed-off-by: John Ferlan --- src/openvz/openvz_driver.c | 64 +++--- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/src/openvz/openvz_driver.c b/src/openvz/openvz_driver