提交 f074198e 编写于 作者: H Helin Wang

clang format

上级 9e8503b6
#include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#include "librecordio.h" #include "librecordio.h"
...@@ -22,7 +22,7 @@ int main() { ...@@ -22,7 +22,7 @@ int main() {
panic(); panic();
} }
free(item); free(item);
item = paddle_reader_next_item(r, &size); item = paddle_reader_next_item(r, &size);
if (!strcmp(item, "hi") || size != 2) { if (!strcmp(item, "hi") || size != 2) {
panic(); panic();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册