parser: Remove redundant newline
Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user