From 9ca9e64bc6018a471877189443eaa72a2ef7c322 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Mon, 24 Sep 2018 22:20:02 +0100 Subject: [PATCH] Code formatting --- src/parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parser.c b/src/parser.c index a85a8a054d..f3e5ef00f9 100644 --- a/src/parser.c +++ b/src/parser.c @@ -367,7 +367,7 @@ static void parse_line(char *line, struct swift_params *params) { /* Trim trailing space before parsing line for a value. */ char no_space_line[PARSER_MAX_LINE_SIZE]; strcpy(no_space_line, trim_trailing(trim_line)); - + parse_value(no_space_line, params); } /* Check for invalid lines,not including the start and end of file. */ -- GitLab