[fix] fixing some formatting
This commit is contained in:
@@ -37,4 +37,4 @@ void tokenized_string_destroy(tokenized_string_t *self) {
|
||||
if (self->tokens)
|
||||
token_array_destroy(self->tokens);
|
||||
free(self);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user