[pve-devel] [PATCH v2 librados2-perl 1/3] white space cleanup

2018-04-05 Thread Alwin Antreich
Signed-off-by: Alwin Antreich --- PVE/RADOS.pm | 12 ++-- RADOS.xs | 32 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/PVE/RADOS.pm b/PVE/RADOS.pm index aa6a102..aff8141 100644 --- a/PVE/RADOS.pm +++ b/PVE/RADOS.pm @@ -43,7 +43,7 @@

Re: [pve-devel] [PATCH v2 librados2-perl 1/3] white space cleanup

2018-04-05 Thread Alwin Antreich
On Thu, Apr 05, 2018 at 08:14:05AM +0200, Thomas Lamprecht wrote: > Still doesn't applies > > I recreated your patch with s/\s+$//g and compared, all the empty "stay > lines" > (i.e., lines from context which are not touched by the patch) miss their > initial > space (in patches the first chara

Re: [pve-devel] [PATCH v2 librados2-perl 1/3] white space cleanup

2018-04-04 Thread Thomas Lamprecht
Still doesn't applies I recreated your patch with s/\s+$//g and compared, all the empty "stay lines" (i.e., lines from context which are not touched by the patch) miss their initial space (in patches the first character in a line is special: '-' means remove, '+' means add line, ' ' (spac

[pve-devel] [PATCH v2 librados2-perl 1/3] white space cleanup

2018-04-04 Thread Alwin Antreich
Signed-off-by: Alwin Antreich --- note: seems that, this one is need for the following patches to apply PVE/RADOS.pm | 12 ++-- RADOS.xs | 32 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/PVE/RADOS.pm b/PVE/RADOS.pm index aa6a102..