chore: many trivial spelling and layout fixes (#3008)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
This commit is contained in:
@@ -129,7 +129,7 @@ for line in fin.read().splitlines():
|
||||
)
|
||||
|
||||
elif re.search('^ *typedef .*;.*$', line):
|
||||
continue #ignore typedefs to avoide redeclaration
|
||||
continue #ignore typedefs to avoid redeclaration
|
||||
else:
|
||||
fout.write(f'{line}\n')
|
||||
|
||||
@@ -145,7 +145,7 @@ LV_EXPORT_CONST_INT(LV_DPI_DEF);
|
||||
#undef _LV_KCONFIG_PRESENT
|
||||
|
||||
|
||||
/*Set some defines if a dependecy is disabled*/
|
||||
/*Set some defines if a dependency is disabled*/
|
||||
#if LV_USE_LOG == 0
|
||||
#define LV_LOG_LEVEL LV_LOG_LEVEL_NONE
|
||||
#define LV_LOG_TRACE_MEM 0
|
||||
|
||||
Reference in New Issue
Block a user