Fix code style
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user