mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-25 01:04:25 +08:00
Coding standard update
This commit is contained in:
+1
-1
@@ -684,7 +684,7 @@ static lv_res_t lv_btn_signal(lv_obj_t * btn, lv_signal_t sign, void * param)
|
||||
res = ext->actions[LV_BTN_ACTION_CLICK](btn);
|
||||
}
|
||||
}
|
||||
if( LV_RES_INV != res ) {
|
||||
if(res != LV_RES_INV) {
|
||||
ext->long_pr_action_executed = 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user