Re: [nft PATCH 3/3] sets: Fix for missing space after last element

2017-03-22 Thread Pablo Neira Ayuso
On Wed, Mar 22, 2017 at 01:26:36AM +0100, Phil Sutter wrote: > Not having a space between the last element in a set and the closing > curly brace looks ugly, so add it here. > > This also adjusts all shell testcases as they match whitespace in nft > output and therefore fail otherwise. It's just

[nft PATCH 3/3] sets: Fix for missing space after last element

2017-03-21 Thread Phil Sutter
Not having a space between the last element in a set and the closing curly brace looks ugly, so add it here. This also adjusts all shell testcases as they match whitespace in nft output and therefore fail otherwise. Signed-off-by: Phil Sutter --- src/expression.c