Fix code style

This commit is contained in:
2020-10-31 01:10:46 +01:00
parent 3ca5e41602
commit 86f153bf69
2 changed files with 2 additions and 3 deletions

View File

@@ -135,12 +135,10 @@ enum config_parser_ret config_parser_get_line(config_parser_handle_t handle, str
return CONFIG_PARSER_LINE_MALFORM;
}
token_round++;
strtok(NULL, token_delim);
}
return CONFIG_PARSER_OK;
}