From 6d68aabc41d9e72b6fa904c9db82746d1560fd6e Mon Sep 17 00:00:00 2001 From: Gabor Date: Tue, 22 Aug 2017 16:41:23 +0200 Subject: [PATCH] lv_objx_templ: formatting --- lv_objx/lv_objx_templ.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lv_objx/lv_objx_templ.h b/lv_objx/lv_objx_templ.h index e8410d5f0..63cd55447 100644 --- a/lv_objx/lv_objx_templ.h +++ b/lv_objx/lv_objx_templ.h @@ -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;