parser: Remove redundant newline

Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
2026-02-15 23:11:18 -05:00
parent e2c729a0f9
commit ae1a50e78b

View File

@@ -347,7 +347,6 @@ parse_preprocess(struct rifle_state *state)
static int
parse_type(struct rifle_state *state, struct token *tok, struct data_type *res)
{
if (state == NULL || tok == NULL){
return -1;
}