mirror of
https://github.com/zlgopen/awtk.git
synced 2025-05-09 03:51:08 +08:00
format code
This commit is contained in:
parent
c56d50b3a1
commit
3c3ff112a4
@ -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];
|
||||
|
@ -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);
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user