Re: [Xen-devel] [PATCH v2 7/8] tmem: Remove extra spaces at end and some hard tabbing.

2015-08-27 Thread Andrew Cooper
On 27/08/15 12:02, Konrad Rzeszutek Wilk wrote: > @@ -1559,7 +1559,7 @@ refind: > { > /* no puts allowed into a frozen pool (except dup puts) */ > if ( client->frozen ) > - goto unlock_obj; > + goto unlock_obj; Need to lose 3 spaces he

[Xen-devel] [PATCH v2 7/8] tmem: Remove extra spaces at end and some hard tabbing.

2015-08-27 Thread Konrad Rzeszutek Wilk
My editor marks these in red glowing red so removing them to make it easier to focus on code. Signed-off-by: Konrad Rzeszutek Wilk --- xen/common/tmem.c | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/xen/common/tmem.c b/xen/common/tmem.c inde