1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

lv_objx_templ: formatting

This commit is contained in:
Gabor 2017-08-22 16:41:23 +02:00
parent 525a9e381f
commit 6d68aabc41

View File

@ -33,8 +33,7 @@ extern "C" {
* TYPEDEFS
**********************/
/*Data of template*/
typedef struct
{
typedef struct {
lv_ANCESTOR_ext_t ANCESTOR; /*Ext. of ancestor*/
/*New data for this type */
}lv_templ_ext_t;