Re: [PATCH weston] shared/config-parser: Allow spaces/tabs at the end for

2018-07-22 Thread Daniel Stone
Hi Marius, On Wed, 21 Feb 2018 at 14:38, Marius Vlad wrote: > @@ -456,6 +457,10 @@ weston_config_parse(const char *name) > section = config_add_section(config, [1]); > continue; > default: > + start_line =

[PATCH weston] shared/config-parser: Allow spaces/tabs at the end for

2018-02-21 Thread Marius Vlad
Signed-off-by: Marius Vlad --- shared/config-parser.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/shared/config-parser.c b/shared/config-parser.c index 2a595b1..c4bb4c3 100644 --- a/shared/config-parser.c +++ b/shared/config-parser.c