From 1d60da6d8ed539867bd16c46afb75538da97ef90 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Wed, 23 Mar 2022 12:49:33 +0100 Subject: [PATCH] chore: code formatting --- src/misc/lv_style.c | 2 +- src/misc/lv_style.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/misc/lv_style.c b/src/misc/lv_style.c index 8fd7ea358..1a343d542 100644 --- a/src/misc/lv_style.c +++ b/src/misc/lv_style.c @@ -422,7 +422,7 @@ uint8_t _lv_style_prop_lookup_flags(lv_style_prop_t prop) { extern const uint8_t _lv_style_builtin_prop_flag_lookup_table[]; extern uint32_t _lv_style_custom_prop_flag_lookup_table_size; - if(prop == LV_STYLE_PROP_ANY) return LV_STYLE_PROP_ALL; /*Any prop can have any flags*/ + if(prop == LV_STYLE_PROP_ANY) return LV_STYLE_PROP_ALL; /*Any prop can have any flags*/ if(prop == LV_STYLE_PROP_INV) return 0; if(prop < _LV_STYLE_NUM_BUILT_IN_PROPS) diff --git a/src/misc/lv_style.h b/src/misc/lv_style.h index 1bc992f17..eee3a947e 100644 --- a/src/misc/lv_style.h +++ b/src/misc/lv_style.h @@ -40,7 +40,7 @@ extern "C" { #define LV_STYLE_PROP_EXT_DRAW (1 << 1) /*Requires ext. draw size update when changed*/ #define LV_STYLE_PROP_LAYOUT_REFR (1 << 2) /*Requires layout update when changed*/ #define LV_STYLE_PROP_PARENT_LAYOUT_REFR (1 << 3) /*Requires layout update on parent when changed*/ -#define LV_STYLE_PROP_ALL (0xf) /*Indicating all flags*/ +#define LV_STYLE_PROP_ALL (0xf) /*Indicating all flags*/ /** * Other constants