make style

This commit is contained in:
Philippe Teuwen 2020-05-06 13:38:51 +02:00
commit eafeb47126
6 changed files with 16 additions and 16 deletions

View file

@ -94,4 +94,4 @@ void free_command_line(CMD *cmd) {
free(cmd->cmd);
LOGD("释放结构体内存");
free(cmd);
}
}