format code

This commit is contained in:
lixianjing 2021-04-20 18:25:27 +08:00
parent c56d50b3a1
commit 3c3ff112a4
10 changed files with 48 additions and 51 deletions

View File

@ -25,7 +25,6 @@ static void* work_thread(void* args) {
return NULL;
}
int main(int argc, char* argv[]) {
uint32_t i = 0;
tk_thread_t* threads[100];

View File

@ -7,7 +7,6 @@
#include "base/window.h"
#include "lcd/lcd_mem_rgba8888.h"
TEST(TextEdit, basic) {
str_t str;
key_event_t keye;
@ -123,5 +122,4 @@ TEST(TextEdit, get_height) {
widget_destroy(win);
text_edit_destroy(text_edit);
}